Filter löschen
Filter löschen

Calculate the mean amplitude of a signal

11 Ansichten (letzte 30 Tage)
Elysi Cochin
Elysi Cochin am 6 Mär. 2017
Beantwortet: Walter Roberson am 6 Mär. 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?

Akzeptierte Antwort

Walter Roberson
Walter Roberson am 6 Mär. 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.

Weitere Antworten (0)

Kategorien

Mehr zu Time-Frequency Analysis finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by