finding troughs in signal

10 visualizaciones (últimos 30 días)
Tommy Kim
Tommy Kim el 31 de Mayo de 2020
Respondida: Star Strider el 31 de Mayo de 2020
Hi,
I am doing ECG analysis and i was able to successfully isolate the R peak (the highest peak) , P and T (the lower peaks) with findpeaks() and peak prominence. I now need to find the QS troughs, which are simply the left and right troughs of the R peak. I thought of using the negative of the variable and use findpeaks but that doesn't seem to work... any suggestions?

Respuestas (2)

KSSV
KSSV el 31 de Mayo de 2020
Read about findpeaks.

Star Strider
Star Strider el 31 de Mayo de 2020
See my Answer in: How to find QRS complex for this Graph? for one approach to this problem. You will likely need to modify that code slightly (specifically the 'MinProminence' value, or get the prominences of all the troughs and then threshold or bracket them) to get it to work with your signal.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by