12-03-2014 12:59 AM
Here is another trick:
If you would like to detect the P and T wave, the default parameter needs to be changed for your data. The default value is 0.05mV for isolevel for 1mV range ECG. Now your input is about 1000 range. So the value should be multiplied by 1000. Then the P and T wave is shown as above.
Hope this helps.
12-03-2014 01:19 AM
Hi
Thank you so much for your help. Really appreciate it.
If I want to detect RR interval, I just set to detet QRS complex only?
and do you have any example to have this on the block diagram VI instead? I can't seem to extract out the data using the ECG extractor.vi.
THANK YOU!
12-03-2014 01:28 AM
Hi,
Please open the example ECG Feature Extractor.vi under NI Example Finder.
Then create a path control to the input as follow:
Then Run, QRS complex should be detected smoothly.
Note - the input file's sampling rate should be correct.
Thanks!
12-03-2014 01:47 AM
Hi I couldn't create the appended path. when I right click and press control, only a base path appear
12-07-2014 09:06 PM
It is not a big issue. Just wire a path control to the input of Read Biosignal Express VI and set the file path of your file into the control.
Thanks!