フィルターのクリア

Info

この質問は閉じられています。 編集または回答するには再度開いてください。

My question is: what does the second equation doing? is it for normalization or what? Thanks in advance.

1 回表示 (過去 30 日間)
FAS
FAS 2018 年 1 月 29 日
閉鎖済み: MATLAB Answer Bot 2021 年 8 月 20 日
O_E = M * X;
E = ( sum( O_E.^ 2 ) ) ./ ( sum( X .^ 2 ) );
Where:
M = 100*100;
X = 100*500;
O_E = 100*500;
E = 1*500
  2 件のコメント
Rik
Rik 2018 年 1 月 29 日
You will have to provide more context. It is not very difficult to work out what the second line is doing (just read the documentation), but from your question it is impossible to say why it is doing that.

回答 (0 件)

この質問は閉じられています。

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by