필터 지우기
필터 지우기

Integrated Mean Square Error of an Error Signal

조회 수: 4 (최근 30일)
Saleh Msaddi
Saleh Msaddi 2021년 3월 14일
답변: Star Strider 2021년 3월 14일
Hello everyone,
I have an error signal curve, e=X-Xref. How can I calculate the integrared mean square error?

답변 (1개)

Star Strider
Star Strider 2021년 3월 14일
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));
.

카테고리

Help CenterFile Exchange에서 Multirate Signal Processing에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by