How to calculate peak to peak amplitude from a waveform

9 visualizaciones (últimos 30 días)
I have a waveform in time and velocity and I want calculate the amplitude using peak to peak amplitude concept. How to do it?

Respuesta aceptada

Image Analyst
Image Analyst el 14 de Jul. de 2017
Do you just want the min to max over the entire signal
amplitude = max(waveform(:)) - min(waveform(:));
or do you want the amplitude in a moving window? If in a moving window, what should the window width be?
  1 comentario
Mei Astrid Ardiani
Mei Astrid Ardiani el 14 de Jul. de 2017
I'm not sure about the window width, but I need calculate the peak to peak amplitude in every single wave (every positive and negative peak). Is it possible?

Iniciar sesión para comentar.

Más respuestas (0)

Community Treasure Hunt

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

Start Hunting!

Translated by