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

29 views (last 30 days)
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 Comment
Alejandra Menendez-Ortiz
Alejandra Menendez-Ortiz on 19 Apr 2017
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

Sign in to comment.

Answers (0)

Categories

Find more on Audio Processing Algorithm Design in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!