find defferences between every min and max of the signal?
3 ビュー (過去 30 日間)
古いコメントを表示
I need to write a code to find defference beetwen every max and min of the signal,for example one of my max=1.0167 and min=0.9398.I want defference between these two numbers.thanks
0 件のコメント
回答 (1 件)
Walter Roberson
2016 年 4 月 10 日
max(YourSignal) - min(YourSignal)
?
Are you talking about peaks and adjacent low points?
0 件のコメント
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!