Borrar filtros
Borrar filtros

Calculate the mean amplitude of a signal

8 visualizaciones (últimos 30 días)
Elysi Cochin
Elysi Cochin el 6 de Mzo. de 2017
Respondida: Walter Roberson el 6 de Mzo. de 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?

Respuesta aceptada

Walter Roberson
Walter Roberson el 6 de Mzo. de 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.

Más respuestas (0)

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by