Implementation Guide for PESQ Objective Speech Quality Measurement
- Login to Download
- 1 Credits
Resource Overview
Detailed Documentation
The PESQ (Perceptual Evaluation of Speech Quality) objective measurement operates through the following MATLAB function call: [pesq_mos] = pesq('cleanfile.wav', 'enhanced.wav'). Here, 'cleanfile.wav' serves as the reference signal containing original uncompressed speech, while 'enhanced.wav' represents the processed/denoised audio file for evaluation. The algorithm employs perceptual modeling of human auditory system characteristics, comparing temporal envelopes and loudness spectra between reference and test signals. According to Loizou, P. (2007) in "Speech Enhancement: Theory and Practice" (CRC Press), PESQ demonstrates strong correlation with subjective listening tests and is extensively adopted in speech enhancement research. Technical inquiries may be directed to loizou@utdallas.edu.
- Login to Download
- 1 Credits