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

5 visualizaciones (últimos 30 días)
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

Respuesta aceptada

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

Iniciar sesión para comentar.

Más respuestas (1)

steamrice
steamrice el 10 de Feb. de 2020
Editada: steamrice el 10 de Feb. de 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)

Categorías

Más información sobre AI for Signals en Help Center y File Exchange.

Etiquetas

Productos

Community Treasure Hunt

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

Start Hunting!

Translated by