PXI

cancel
Showing results for 
Search instead for 
Did you mean: 

acquiring siganls with different sampling rates in NI 4472 card

I needto acquire signals using NI 4472 card. the problem is i need to acquire in one channel at 1k samples /sec and another channel at 20k . how do i acheive this for NI 4472 has independant ADCs.
Suresh Thangappan
0 Kudos
Message 1 of 2
(3,191 Views)
All of the channels on a NI-4472 have to be sampled at the same rate because there is only one clock source. This is typical on most acquisition devices. It sounds like you are only using two channels, is that correct? If so, I would recommend running both channels at 20kHz since there is not a data throughput bottleneck. If you truly need for one channel to be sampled at 1kHz, you can always decimate the data in software. You could just use every 20th sample and throw away the rest or you could average every 20 samples together. These are just two ways that you might choose to perform data reduction.

-Jack
0 Kudos
Message 2 of 2
(3,186 Views)