フィルターのクリア

Calculate the mean amplitude of a signal

8 ビュー (過去 30 日間)
Elysi Cochin
Elysi Cochin 2017 年 3 月 6 日
回答済み: Walter Roberson 2017 年 3 月 6 日
Calculate the mean amplitude of the entire signal (i.e., by determining the root means squared)
please can someone tell how to compute mean amplitude by determining the root means squared
i did,
Y = rms(X);
next what to do?

採用された回答

Walter Roberson
Walter Roberson 2017 年 3 月 6 日
That is it. rms() does all of the work.
If this is part of an assignment (which the phrasing suggests to me) then you are probably expected to implement your own code that does what rms() is supposed to do.

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeMultirate Signal Processing についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by