フィルターのクリア

Defining variables to comput the ISNR

3 ビュー (過去 30 日間)
Daniel_DG
Daniel_DG 2015 年 5 月 25 日
コメント済み: Daniel_DG 2015 年 5 月 25 日
Hi,
I have to modify a script so that it automatically computes the ISNR. I learned that the formula for computing the ISNR is ISRN=10*log10(num/den). However, I don't know how to define "num" and "den".
num = sum of all the terms of the squared difference between original and noisy
den = sum of all the terms of the squared difference between original and restored
Can someone help me with this?
Regards,
Daniel

回答 (1 件)

Walter Roberson
Walter Roberson 2015 年 5 月 25 日
sum((double(original(:)) - double(noisy(:))).^2)
  1 件のコメント
Daniel_DG
Daniel_DG 2015 年 5 月 25 日
Thanks!

サインインしてコメントする。

カテゴリ

Help Center および File ExchangeModeling についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by