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 Center および File ExchangeDescriptive Statistics についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by