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

조회 수: 10 (최근 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 CenterFile Exchange에서 Measurements and Feature Extraction에 대해 자세히 알아보기

태그

제품

Community Treasure Hunt

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

Start Hunting!

Translated by