find defferences between every min and max of the signal?

조회 수: 3 (최근 30일)
prianka shukla
prianka shukla 2016년 4월 10일
답변: Walter Roberson 2016년 4월 10일
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

답변 (1개)

Walter Roberson
Walter Roberson 2016년 4월 10일
max(YourSignal) - min(YourSignal)
?
Are you talking about peaks and adjacent low points?

Community Treasure Hunt

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

Start Hunting!

Translated by