フィルターのクリア

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 Center および File ExchangeMultirate Signal Processing についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by