Borrar filtros
Borrar filtros

Integrated Mean Square Error of an Error Signal

4 visualizaciones (últimos 30 días)
Saleh Msaddi
Saleh Msaddi el 14 de Mzo. de 2021
Respondida: Star Strider el 14 de Mzo. de 2021
Hello everyone,
I have an error signal curve, e=X-Xref. How can I calculate the integrared mean square error?

Respuestas (1)

Star Strider
Star Strider el 14 de Mzo. de 2021
The mean square value of any vector ‘v’ is:
MS = mean(v.^2);
Thje root-mean-square is just the square root of that:
RMS = sqrt(mean(v.^2));
.

Community Treasure Hunt

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

Start Hunting!

Translated by