12-27-2024 05:26 AM
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.
12-27-2024 07:42 AM
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.
12-27-2024 10:50 PM
If you are reading waveforms, you can also use the Get Waveform Components node to extract dt. The sample rate (Fs) = 1/dt.