finding troughs in signal

11 visualizzazioni (ultimi 30 giorni)
Tommy Kim
Tommy Kim il 31 Mag 2020
Risposto: Star Strider il 31 Mag 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?

Risposte (2)

KSSV
KSSV il 31 Mag 2020
Read about findpeaks.

Star Strider
Star Strider il 31 Mag 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