Effacer les filtres
Effacer les filtres

Calculate the mean amplitude of a signal

11 vues (au cours des 30 derniers jours)
Elysi Cochin
Elysi Cochin le 6 Mar 2017
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?

Réponse acceptée

Walter Roberson
Walter Roberson le 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.

Plus de réponses (0)

Catégories

En savoir plus sur Time-Frequency Analysis dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by