finding troughs in signal

조회 수: 11 (최근 30일)
Tommy Kim
Tommy Kim 2020년 5월 31일
답변: Star Strider 2020년 5월 31일
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?

답변 (2개)

KSSV
KSSV 2020년 5월 31일
Read about findpeaks.

Star Strider
Star Strider 2020년 5월 31일
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.

카테고리

Help CenterFile Exchange에서 Descriptive Statistics에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by