composite

所属分类:matlab编程
开发工具:matlab
文件大小:285KB
下载次数:100
上传日期:2010-03-07 05:11:06
上 传 者kraljivan
说明:  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.

文件列表:
composite\apply_filter.p (3227, 2008-06-30)
composite\apply_filters.p (1244, 2008-06-30)
composite\apply_VAD.p (9896, 2008-06-30)
composite\batch_pesq.p (32998, 2008-06-30)
composite\batch_pesq2.p (2770, 2008-06-30)
composite\composite.asv (20576, 2006-09-18)
composite\composite.m (21079, 2008-09-02)
composite\convolution_in_timealign.p (1842, 2008-06-30)
composite\crude_align.p (5174, 2008-06-30)
composite\DC_block.p (2315, 2008-06-30)
composite\enhanced_logmmse.wav (47724, 2006-07-30)
composite\FFTNXCorr.p (2280, 2008-06-30)
composite\fix_power_level.p (2274, 2008-06-30)
composite\id_searchwindows.p (3011, 2008-06-30)
composite\id_utterances.p (5892, 2008-06-30)
composite\input_filter.p (651, 2008-06-30)
composite\pesq.p (5787, 2008-06-30)
composite\pesq_debug.p (11850, 2008-06-30)
composite\pesq_measure.p (6539, 2008-06-30)
composite\pesq_psychoacoustic_model.p (56632, 2008-06-30)
composite\pesq_testbench.p (2341, 2008-06-30)
composite\plot_wav.p (8102, 2008-06-30)
composite\pow_of.p (553, 2008-06-30)
composite\setup_global.p (13971, 2008-06-30)
composite\sp09.wav (48198, 2006-09-18)
composite\sp09_babble_sn10.wav (48198, 2006-07-30)
composite\split_align.p (21078, 2008-06-30)
composite\time_align.p (5305, 2008-06-30)
composite\utterance_locate.p (1535, 2008-06-30)
composite\utterance_split.p (7310, 2008-06-30)
composite\vad.asv (3085, 2008-09-04)
composite\vad.m (3274, 2008-09-04)
composite (0, 2008-12-12)

========================================================================== 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 overall quality. You may run example files included in the zip file. In MATLAB, type: >> [c,b,o]=composite('sp09.wav','enhanced_logmmse.wav') LLR=0.681368 SNRseg=3.991727 WSS=49.671978 PESQ=2.255732 c = 3.3050 b = 2.6160 o = 2.7133 where 'sp09.wav' is the clean file and 'enhanced_logmmse.wav' is the enhanced file. The predicted ratings for overall quality was 2.7133, for background was 2.61 and for signal distortion it was 3.3050. Any questions, please email: loizou@utdallas.edu

近期下载者

相关文件


收藏者