Clear Filters
Clear Filters

Calculate the mean amplitude of a signal

8 views (last 30 days)
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?

Accepted Answer

Walter Roberson
Walter Roberson on 6 Mar 2017
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.

More Answers (0)

Community Treasure Hunt

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

Start Hunting!