find onest and end of wave ?
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
hello
how i can find the onest (the beginning) and the end of wave if i have the peaks only?
2 comentarios
KSSV
el 17 de Nov. de 2021
Show us how your data is. Pictorial example with your expectations will help us to help you.
Respuestas (1)
Bjorn Gustavsson
el 17 de Nov. de 2021
You cannot in a strict sense. You will have to settle for the first and last wave-crest, or set some arbitrary threshold for the wave-amplitude (10% of the peak, of the peak-to-peak, whatever). That this is impossible follows from the fact that functions like f(x-vt) solves the wave-equation - we can for example set f to be some sequence of Gaussian pulses moving to the right, and since a Gaussian has infinite support where it starts or ends becomes a question of where you set your threshold.
In practice if you have some natural noise-level in your measurements this might give you some sensible reason to select a threshold.
HTH
4 comentarios
Ver también
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!