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

29 Ansichten (letzte 30 Tage)
ANJANA KRISHNAN A
ANJANA KRISHNAN A am 27 Mär. 2017
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 Kommentar
Alejandra Menendez-Ortiz
Alejandra Menendez-Ortiz am 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

Melden Sie sich an, um zu kommentieren.

Antworten (0)

Kategorien

Mehr zu Audio Processing Algorithm Design finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by