Calculate the mean amplitude of a signal

8 次查看(过去 30 天)
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 CenterFile Exchange 中查找有关 Multirate Signal Processing 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by