Description: ==========================================================================
PESQ measure:
-------------
Usage of the PESQ objective measure is as follows:
[pesq_mos]=pesq(cleanfile.wav,enhanced.wav)
where cleanfile.wav contains the clean speech file and enhanced.wav
contains the enhanced file.
Example:
To run the PESQ objective measure with the example files provided, type
in MATLAB:
>> pesq( sp09.wav , enhanced_logmmse.wav )
ans =
2.2557
Source code for the PESQ implementation is available from a CD-ROM included
in the following book:
Loizou, P. (2007) "Speech enhancement: Theory and Practice", CRC Press.
========================================================================
COMPOSITE MEASURE:
-----------------
Usage: [Csig,Cbak,Covl]=composite(cleanfile.wav,enhanced.wav)
where Csig is the predicted rating of speech distortion
Cbak is the predicted rating of background distortion
Covl is the predicted rating of ov
File list (Check if you may need any files):
apply_filter.p
apply_filters.p
apply_VAD.p
batch_pesq.p
batch_pesq2.p
composite.asv
composite.m
convolution_in_timealign.p
crude_align.p
DC_block.p
enhanced_logmmse.wav
FFTNXCorr.p
fix_power_level.p
id_searchwindows.p
id_utterances.p
input_filter.p
pesq.p
pesq_debug.p
pesq_measure.p
pesq_psychoacoustic_model.p
pesq_testbench.p
plot_wav.p
pow_of.p
readme.txt
setup_global.p
sp09.wav
sp09_babble_sn10.wav
split_align.p
time_align.p
utterance_locate.p
utterance_split.p