07-23-2011 03:42 PM
Hi,
I am new to Labview. I want to acquire data from Signal Generator (215kHz Signal) with max Sample Rate (max 750Ks/s). I use a FPGA PXI-7853R , how can I do this ?
thanks.
08-19-2011
04:15 AM
- last edited on
06-25-2024
10:11 PM
by
Content Cleaner
Hi labview_jumper,
You can select the data rate within the FPGA for a supported module as follows:
Hopefully this should get you started!
Regards,
05-08-2013
05:57 AM
- last edited on
06-25-2024
10:10 PM
by
Content Cleaner
Hello,
Just to point out. If you are trying to aquire a 215kHz sine wave, then the 750kS/s of the 7853R will not work so well. Sampling at 750kHz, the 750/215 = ~3 data points per cycle of the sine wave and your signal will look mostly like random noise. If the 215kHz is simply the output rate of e.g. a laser sensor, then you should be fine (since the actual signal you are trying to aquire is not going to be an e.g. 215kHz waveform). What I am refering to is Aliasing and Nyquist Frequency, more info can be found here: https://www.ni.com/en/shop/data-acquisition/measurement-fundamentals/analog-fundamentals/acquiring-a... You must sample your data (rate at which you collect each data point, which for the 7853R is 750kS/sec or 750kHz sampling rate) significantly faster than the Frequency of the signal being measured.
Regards.