How to use findpeaks to find the maximum for a stimulus that contains multiple events?

2 ビュー (過去 30 日間)
Hi, I am wondering if I have a signal that contains mulitple events. Is it possbile to locate the the max peak for each event (see the attached picture) by uaing findpeaks? Thanks in advance

採用された回答

Star Strider
Star Strider 2020 年 2 月 10 日
I would first use findchangepts (R2016a and later) to segment the signal, then use findpeaks on each segment.
  55 件のコメント
steamrice
steamrice 2020 年 3 月 4 日
My email comes up with a delay! But thanks for helping it throughout!
Star Strider
Star Strider 2020 年 3 月 4 日
I have not used that function or explored that example. The roots function returns the roots of a polynomial, so the argument must be a vector of polynomial coefficients.

サインインしてコメントする。

その他の回答 (1 件)

steamrice
steamrice 2020 年 2 月 10 日
編集済み: steamrice 2020 年 2 月 10 日
I attached my data sample if you have time to take a look? (The first two columns are voltage measuremnt whereas the third column is just a signal trigger)

カテゴリ

Help Center および File ExchangeMeasurements and Feature Extraction についてさらに検索

タグ

製品

Community Treasure Hunt

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

Start Hunting!

Translated by