find onest and end of wave ?
1 回表示 (過去 30 日間)
古いコメントを表示
hello
how i can find the onest (the beginning) and the end of wave if i have the peaks only?
2 件のコメント
KSSV
2021 年 11 月 17 日
Show us how your data is. Pictorial example with your expectations will help us to help you.
回答 (1 件)
Bjorn Gustavsson
2021 年 11 月 17 日
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 件のコメント
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!