Signal Conditioning

cancel
Showing results for 
Search instead for 
Did you mean: 

Can I use autozero function to block DC part of an AC signal?

Will it increase the signal resolution of the AC signal i am trying to measure?
0 Kudos
Message 1 of 5
(4,005 Views)
Which hardware are you using?
0 Kudos
Message 2 of 5
(3,995 Views)

I am using scxi-1125. as a digitizer I use pci-6289.
Is it possible?

0 Kudos
Message 3 of 5
(3,994 Views)

Hi Naushica,

Where are you finding the autozero function you're trying to use? Autozero is generally included with instrument drivers rather than the DAQmx API, which you should be using for the DAQ board and SCXI chassis you are using.

All an autozero function will do is shift the whole signal you've already sampled either down (to compensate for a positive DC offset) or up to compensate for a negative offset. There won't be any resolution increase in doing this, in fact you will actually lose part of your range at either side of the signal, as the maximum signal you can digitize is effectively reduced whichever way you shift the signal away from.

The best way to block DC from entering your system is to use a capacitor on the input if possible - if you choose the value of this capacitor correctly it should block the DC offset and only allow the AC component through with as little attenuation as posssible. The value you use will be based upon the frequencies of AC you are inputting - have a look in electronic textbooks about coupling capacitors to work out the value.

I hope this helps!

Mark
National Instruments UK & Ireland

0 Kudos
Message 4 of 5
(3,989 Views)
If you use the SCXI-1304 terminal block, then that terminal block will allow you to add AC coupling to your measurements. Basically it is a high-pass filter that will eliminate all DC signals from your measurement. Then, the auto-zero function (which is only intended to be used once at the beginning of a measurement) can be used to calibrate out any residual offset errors from the SCXI-1125.

Regards,
Logan K
0 Kudos
Message 5 of 5
(3,982 Views)