Biomedical User Group Discussions

cancel
Showing results for 
Search instead for 
Did you mean: 

ECG feature extraction

Solved!
Go to solution

hi all,


I'm a begineer in labview

I want to ask about the QRS complex detection.
I would like to ask why the ECG feature extraction can not show the results even though the incoming signal and detected on the ECG in raw ECG and ECG feature extraction still does not display the result?

I use real ECG signal and LIFA

anyone can help?

please help urgent

Regard

Asqhallaniy

Download All
0 Kudos
Message 1 of 12
(9,016 Views)

Hi,

You mean you could not see the results on your "Denoised Signal" Waveform graph? This is expected. You need to connect the ECG feature results to some graph control to show.

Please refer to the example - You LabVIEW install folder\examples\Biomedical\Biosignal\ECG Feature Extractor.vi. In the diagram, there is some code marked as "4.Visualize and analyze extraction results.".

Thanks!

0 Kudos
Message 2 of 12
(7,446 Views)

Nope, it can show output from denoise signal, but I can't see the result from "ECG feature extraction" although when I run the vi. there's input from ECG raw and ECG signal but there's no any output showing

0 Kudos
Message 3 of 12
(7,446 Views)
Solution
Accepted by topic author Asqhallaniy11

I notice that your input does not have sampling info - dt. So ECG Feature Extractor will regard your input as sampling rate =1, thus your signal will be 1000 seconds which leads to no detected beats. Please add a valid dt in your waveform.

0 Kudos
Message 4 of 12
(7,446 Views)

here the picture when i run the vi.ecg feature2.JPG

0 Kudos
Message 5 of 12
(7,446 Views)

as you've said the dt value = 1
then what should I do?

how do I know the valid dt value should be?

0 Kudos
Message 6 of 12
(7,446 Views)

You need to know how many samples you acquire in one second. Then use build waveform functions to set the dt. This is a general LabVIEW question. If you don't know how to do that, please call NI support.

Thanks!

Message 7 of 12
(7,446 Views)

thank you so much.

best regards

0 Kudos
Message 8 of 12
(7,446 Views)

hello again,

Now I can show the calculation from calculate ECG feature stats.vi and show the ecg signal from show ECG waves.vi, but why all the ecg wave was colored green? not as the example which colored white red and green .lead2.JPG

please help

thank you

0 Kudos
Message 9 of 12
(7,446 Views)

Hi,

There should be other plots. You could enlarge the plot legend (top right of the graph) to see others and change their name, colors.

Thanks!

ZJ

0 Kudos
Message 10 of 12
(7,446 Views)