LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How to display sampling frequency

Hello experts, I would like to ask about the sampling frequency.

How do I know the sampling frequency of my ECG sensor? What vi can I use to display the sampling frequency of the input signal?

Thank you.

0 Kudos
Message 1 of 3
(66 Views)

The hardware you're sampling the ECG signal typically has the feature to read back the sampling frequency. In case of DAQmx, use the property node to read back the actual sampling rate.

Santhosh
Soliton Technologies

New to the forum? Please read community guidelines and how to ask smart questions

Only two ways to appreciate someone who spent their free time to reply/answer your question - give them Kudos or mark their reply as the answer/solution.

Finding it hard to source NI hardware? Try NI Trading Post
Message 2 of 3
(43 Views)

If you are reading waveforms, you can also use the Get Waveform Components node to extract dt. The sample rate (Fs) = 1/dt.

Doug
NI Sound and Vibration
0 Kudos
Message 3 of 3
(18 Views)