Filter löschen
Filter löschen

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

3 Ansichten (letzte 30 Tage)
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

Akzeptierte Antwort

Star Strider
Star Strider am 10 Feb. 2020
I would first use findchangepts (R2016a and later) to segment the signal, then use findpeaks on each segment.
  55 Kommentare
steamrice
steamrice am 4 Mär. 2020
My email comes up with a delay! But thanks for helping it throughout!
Star Strider
Star Strider am 4 Mär. 2020
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.

Melden Sie sich an, um zu kommentieren.

Weitere Antworten (1)

steamrice
steamrice am 10 Feb. 2020
Bearbeitet: steamrice am 10 Feb. 2020
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)

Kategorien

Mehr zu AI for Signals finden Sie in Help Center und File Exchange

Tags

Produkte

Community Treasure Hunt

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

Start Hunting!

Translated by