Info

此问题已关闭。 请重新打开它进行编辑或回答。

How to Compare different signals

1 次查看(过去 30 天)
Ismail
Ismail 2014-10-23
关闭: MATLAB Answer Bot 2021-8-20
Hello,
I have some noise measurements and 4 different models that can generate a similar noises using estimated parameters from the real measurements. To compare the estimated noises I calculated the PDF, the CCDF and the PSD.
To compare the results I used the Kull-Back Leibler divergence of the PDF, the MSE of the CCDF and the RMSE and the corr2 matlab function for the PSD.
I am not sure if I did the right thing.
Can you please tell me if what I did is correct and do you know any other way or function to make such comparison?
Thanks.

回答(1 个)

Image Analyst
Image Analyst 2014-10-23
You can also use PSNR http://en.wikipedia.org/wiki/Peak_signal-to-noise_ratio or psnr() which is in the Image Processing Toolbox. See attached demo if you don't have that.

Community Treasure Hunt

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

Start Hunting!

Translated by