Query about variation of two signals in time domain (MATLAB)

1 回表示 (過去 30 日間)
Muhammad Ali
Muhammad Ali 2020 年 10 月 30 日
回答済み: Mathieu NOE 2020 年 10 月 30 日
I have the following two signals in matlab.
I want to know which signal is varying slowly and which is varying fast.
I have also plotted the graphs of these signals in MATLAB.

回答 (1 件)

Mathieu NOE
Mathieu NOE 2020 年 10 月 30 日
hi
you can simply compare the average abs value of the slope (using diff)
so average_abs_slope = mean(abs(diff(x)))

カテゴリ

Help Center および File ExchangeFourier Analysis and Filtering についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by