LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

program to read ecg and determine r to r minute segment

Hello, 
I'm doing a final project that is a bit late to change now, and is unfortanutely quite over my head. My group tested about 15 people, while an ecg signal. The ecg segment we saved is about a minute long. 30 seconds leading up to the "test" and then thirty seconds after the test. I have this information and it looks like this: (see attached image)... what i need to figure out how to do is, create (or use an already created..) labview program that can analyze this data and spit out the r-r interval average. otherwise i will have to go through each test subject and figure it out by hand (which takes about an hour), and its right before finals! help?

0 Kudos
Message 1 of 3
(2,711 Views)

Extracting R-R intervals from ECG is not always easy.  Your signal appears to be free of most noise but the lead configuration you used does not produce a dominant QRS complex and you have some ectopic beats.  Sorting this singal automatically will not be easy.

 

Lynn

0 Kudos
Message 2 of 3
(2,689 Views)

Hey,

 

There can be some workarounds using some array functions, trying to find the maximums of the array and the time between them. However, this solution is not very reliable when we are talking about human health applications. I just can suggest the Biomedical Signal Analysis.

 

http://www.ni.com/white-paper/9037/en

 

Regards,

0 Kudos
Message 3 of 3
(2,677 Views)