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

6 vues (au cours des 30 derniers jours)
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

Réponse acceptée

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

Connectez-vous pour commenter.

Plus de réponses (1)

steamrice
steamrice le 10 Fév 2020
Modifié(e) : steamrice le 10 Fév 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)

Catégories

En savoir plus sur AI for Signals dans Help Center et File Exchange

Tags

Produits

Community Treasure Hunt

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

Start Hunting!

Translated by