01-10-2014 12:07 PM
Hello,
I currently have a graph of a persons heart rate that is monitored continuously and displayed on a Labview chart. My question is what Labview functions do I need to use to calculate the frequency between pulse peaks over a 60 second interval. i.e. BPM (Beats Per Minute). Also, can anyone post code relative to my question.
Thanks.
01-10-2014 02:50 PM
Could you post the vi that you already have available to get a better idea of what you graphed? It would be easier to answer with a little more information.
Thanks!
ncm
01-11-2014
12:29 PM
- last edited on
10-03-2024
10:00 AM
by
Content Cleaner
How are you measuring the raw data and what is the datatype (array, waveform, dynamic, etc.).
You have two problems (history data, peak finding) and it is not clear where you are stuck.
(1) You need to keep a 60s history. The actual number of points depends on your sampling rate.
One simple way would be the collector express VI or some simple home-made function.
(2) You need to analyze the history data for the number of peaks.
How clean is the data? How do you recognize peaks? Can you show us some typical sample data?
Where is the bulk of your current problems, (1) or (2) or both?