04-02-2008 06:48 PM
Hi
I am trying to measure the heart rate of an ECG signal. My data comes from a .csv file which I input into an array. I am using the pulse measurement function to obtain period, then
manipulating that to get the BPM. However the pulse measurement only
allows me to measure 1 peak-peak at a time, I am able to use a manual control
to obtain more then one measurement. Is there any way to obtain all of
the measurements within my sample data so I have an average BMP. I was
wondering if I could use a loop to take multiple measurements and store them in
an array. I am having trouble figuring out the code i would need for
this. Is there a better approach then my proposed method? Thanks
Danny
04-04-2008 05:14 PM