==========================================================================
PESQ measure:
-------------
Usage of the PESQ objective measure is as follows:
[pesq_mos]=pesq(sfreq,cleanfile.wav,enhanced.wav)
where 'sfreq' is the sampling frequency in Hz (8000 or 16000 Hz), '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(8000,'sp09.wav','enhanced_logmmse.wav')
ans =
2.2557
Note that you might encounter an error message (e.g., file is corrupt) if you're using an old version of MATLAB,
because of p-code incompatibility. The latest version of MATLAB needs to be run.
MATLAB 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 distortion it was 2.61 and for
signal distortion it was 3.3050.
Any questions, please email: loizou@utdallas.edu
References:
Hu, Y. and Loizou, P. (2008). �Evaluation of objective quality measures for speech enhancement,�
IEEE Transactions on Speech and Audio Processing, 16(1), 229-238.
没有合适的资源?快使用搜索试试~ 我知道了~
matlab代码- 语音质量评价
共39个文件
p:25个
m:5个
wav:3个
需积分: 50 66 下载量 65 浏览量
2019-01-21
16:10:25
上传
评论 8
收藏 615KB RAR 举报
温馨提示
语音质量评价 框架,其中包括四种语音质量评价方法:信噪比SNR,分段信噪比segSNR,对数谱失真LSD,PESQ。还包括生成设定信噪比语音文件的m文件。也适用于其他领域的语音质量评价 语音增强结果评价框架,其中包括四种语音质量评价方法:信噪比SNR,分段信噪比segSNR,对数谱失真LSD,PESQ。还包括生成设定信噪比语音文件的m文件。也适用于其他领域的语音质量评价
资源推荐
资源详情
资源评论
收起资源包目录
res_eva.rar (39个子文件)
res_eva
noisy_04db.mat 372KB
work.m 1006B
work.asv 724B
make_noisy.m 1KB
eva_composite
id_utterances.p 622B
readme.pdf 7KB
apply_filter.p 3KB
pesq.p 6KB
apply_VAD.p 10KB
crude_align.p 5KB
utterance_locate.p 1KB
batch_pesq2.p 3KB
enhanced_logmmse.wav 47KB
pesq_debug.p 12KB
apply_filters.p 1KB
pesq_testbench.p 2KB
pesq_measure.p 6KB
input_filter.p 651B
split_align.p 21KB
utterance_split.p 7KB
composite.m 21KB
batch_pesq.p 32KB
setup_global.p 14KB
id_searchwindows.p 3KB
fix_power_level.p 2KB
plot_wav.p 8KB
sp09_babble_sn10.wav 47KB
sp09.wav 47KB
time_align.p 5KB
FFTNXCorr.p 392B
readme.txt 2KB
DC_block.p 2KB
convolution_in_timealign.p 2KB
pesq_psychoacoustic_model.p 4KB
composite.asv 20KB
pow_of.p 553B
res_eva.m 3KB
res_imp.m 264B
readme.txt 245B
共 39 条
- 1
资源评论
lijunwu1000000
- 粉丝: 0
- 资源: 3
上传资源 快速赚钱
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
最新资源
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈
安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功