01-02-2008 04:05 PM
01-03-2008 01:03 PM - edited 01-03-2008 01:03 PM
Hi Ray,
I have been successful in finding the intervals and total number of pulses in your data, without knowing the sample rate though this data is not a “heart rate”but a number of samples between beats. This should however give you a great start so that you can use the sample rate to equate these intervals to real time. As far as your overall application, I suggest using the interval to base your alarm off of rather than taking a segment of data and finding the rate. I hope this helps!!
01-03-2008 04:00 PM
01-04-2008 02:33 PM
Hi Ray,
Have you set the threshold so that it will only detect the R? also the reason for the width control is so that you can set it large enough to avoid any peak being detected twice. The intervals will be in samples so you will need to convert to time based on your sample rate. It sounds like your threshold is just set improperly.
01-08-2008 09:45 AM
01-08-2008 09:54 AM
01-09-2008 12:06 PM
01-09-2008 01:43 PM
Hey Raj,
To get the best help, I recommend that you post your question in a new thread on the LabVIEW board. I'm sure that you can understand that the people that specialize in data acquisition hardware may not be specialists in using databases.
To get you started, I recommend that you consider using the database connectivity toolkit, which your university may already have a license for. I searched ni.com for mysql, and found this document.
Good luck!
01-16-2008 10:22 AM
01-17-2008 12:22 PM
Hi Ray,
I am not too familiar with the mathscript node, that question would be better suited to a LabVIEW forum. I can however offer this documentation discussing the filtering of your ECG signal using LabVIEW. If you do not have the toolkits it should be possible to filter your data using the Vis found on the signal processing palette>>Filters. I hope this helps!