How can i find SNR, PEAQ and ODG values by comparing two audios?

29 次查看(过去 30 天)
I have two audio A and B.B is the noisy version of A.I want to know how much B is different from A. Can i do this by calculating signal to noise ratio(SNR),Objective difference grade(ODG),and Perceptual Evaluation of Audio Quality(PEAQ)?
How can i calculate them in matlab?
  1 个评论
Alejandra Menendez-Ortiz
A signal to Noise Ratio (SNR) function can be found on Matlab's Signal Processing Toolbox:
The Perceptual Evaluation of Audio Quality (PEAQ) is a standardized algorithm to objectively measure the perceived audio quality. This algorithm's output is the Objective Difference Grade (ODG). The algorithm calculates various Model Output Variables (MOV), but the final metric is the ODG.
You can see http://ace.ucv.ro/sintes12/SINTES12_2005/SOFTWARE%2520ENGINEERING/09.pdf for further explanation on PEAQ and ODG.
A Matlab implementation of PEAQ was proposed by Kabal from McGill University, you can find the technical report here: https://www.mp3-tech.org/programmer/docs/kabalr2002.pdf
And the Matlab source code of Kabal's basic version of PEAQ can be dowloaded from here: https://github.com/stephencwelch/Perceptual-Coding-In-Python/tree/master/PEAQPython/PQevalAudioMATLAB
-----
Best regards

请先登录,再进行评论。

回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Audio Processing Algorithm Design 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by