フィルターのクリア

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

29 ビュー (過去 30 日間)
ANJANA KRISHNAN A
ANJANA KRISHNAN A 2017 年 3 月 27 日
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
Alejandra Menendez-Ortiz 2017 年 4 月 19 日
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 Center および File ExchangeAudio Processing Algorithm Design についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by