03-06-2012 02:49 PM
can anyone tell me how can i do some analysis on lf/hf ratio using the biomedical startup kit3.0 .
i should be able to know when there is a decrease in lf/hf ratio than a particular value and if it does i want to produce a beep sound.
03-07-2012 12:13 AM
Hi,
Do you have LabVIEW (not only Runtime Engine)? It is very easy to place a compare node and beep sound using PC sound card.
Thanks!
ZJ Gu
03-07-2012 01:32 PM
i have labview, but how can i export data to labview from heart rate variability (HRV) analyzer in the biomedical kit3.0.
also how can i perform the same for real time signal using hrv analyzer
03-08-2012 08:01 AM
Hi,
The HRV Analyzer could export a report (txt). You could load the txt which contains the LF/HF value in LabVIEW using read from text file VI.
ZJ Gu