필터 지우기
필터 지우기

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

조회 수: 29 (최근 30일)
ANJANA KRISHNAN A
ANJANA KRISHNAN A 2017년 3월 27일
댓글: Alejandra Menendez-Ortiz 2017년 4월 19일
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 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