Info

This question is closed. Reopen it to edit or answer.

How to Compare different signals

1 view (last 30 days)
Ismail
Ismail on 23 Oct 2014
Closed: MATLAB Answer Bot on 20 Aug 2021
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.

Answers (1)

Image Analyst
Image Analyst on 23 Oct 2014
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!