Solution
The NI 9203 is a multiplexing card which means a single ADC is used to convert incoming signals from all channels. Each active channel line is internally connected and disconnected from the ADC controlled by the convert clock. This may cause measurable energy spikes at a rate equal to the sampling rate. However, with properly functioning hardware, this noise will be well within the NI 9203 specifications for noise and settling time.
Verify Internal Noise
Verify the magnitude of noise by doing a zero-signal test and running the following VI. This test should be done with zero-signal. Please wire the analog input that you will be measuring on to the ground of the card in order to only read internal noise.
Note: This image is a LabVIEW snippet, which includes LabVIEW code that you can reuse in your project. To use a snippet, right-click the image, save it to your computer, and drag the file onto your LabVIEW diagram.
Reduce Internal Noise
Once the noise is verified, there are two options to reduce it.
1. Add a shunt capacitor between 2-10 µF parallel to the input. (Prefered method, especially for low sampling
rates.)
2. Oversample the measurement,
reduce data afterwards (25000 Hz aquisition, then a reduction to 1000 Hz)