01-23-2007 05:31 PM
01-24-2007 12:23 AM
The "2. Minimize Noise with Onboard Lowpass Filter" section illustrates how to programatically enable/disable the on board filter in this device, using a DAQmx Channel property Node in LabVIEW
01-24-2007 07:58 AM
@devchander wrote:Take a look at this LinkThe "2. Minimize Noise with Onboard Lowpass Filter" section illustrates how to programatically enable/disable the on board filter in this device, using a DAQmx Channel property Node in LabVIEW
01-24-2007 04:38 PM
01-25-2007 12:40 AM
01-25-2007 07:21 AM
@devchander wrote:Andy,What is the frequency range of your signal??
01-26-2007 11:51 AM
Hi Andy,
Can you post screenshots of your results with and without the filter enabled? Also, specifications like sample rate are nice. Just a question, when you say you are driving a speaker at 200-300hz, is that from an external device or from the AO on the 6281? The 6281 does have low pass filters available and if you followed the link referenced before you should be enabling them correctly. Another tool I like to use when working with filtering is looking at the acquisition in the frequency domain - the Spectral Measurements express vi is a great tool for this.
Hope this helps, please post back with screenshots and we'll see what we can do.
Cheers,
Andrew S.
National Instruments
01-29-2007 08:17 AM
@stilly32 wrote:Hi Andy,
Can you post screenshots of your results with and without the filter enabled? Also, specifications like sample rate are nice. Just a question, when you say you are driving a speaker at 200-300hz, is that from an external device or from the AO on the 6281? The 6281 does have low pass filters available and if you followed the link referenced before you should be enabling them correctly. Another tool I like to use when working with filtering is looking at the acquisition in the frequency domain - the Spectral Measurements express vi is a great tool for this.
Hope this helps, please post back with screenshots and we'll see what we can do.
Cheers,
Andrew S.
National Instruments
01-30-2007 10:55 AM - edited 01-30-2007 10:55 AM
Hi Andy,
"What is the use of the filter for sampling at lower rates (say, 10 KHz)? Is there any noise reduction advantage to enabling the filter at lower sampling rates?"
It's not intuitive at first, but there is definitely high frequency noise reduction when you use a filter, no matter what sampling rate you use. The filtering takes place before the ADC samples the signal, so it will sample the filtered signal. To illustrate this, I generated a 300Hz sine wave with gaussian noise with at a sample rate of 1MHz. You can see the signal on the top graph. I then passed it through a 40k lowpass filter - the bottom graph illustrates this. As you can see, the bottom one looks much cleaner, and that would be the that would be sampled.
There is still low frequency noise in the signal, but most high frequency component have been removed. So if you have high frequency noise, enabling the filter will help. If you just have low frequency (f< 40kHz), there will still be some attenuation of the signal from about 10khz and up. You can see this from the filter graph in the 6281 specifications.
Hope this helps, please post back if this doesn't clear things up.
Andrew S
National Instruments
Message Edited by stilly32 on 01-30-2007 10:58 AM