语音质量评价matlab程序,speechQuality

这是一个用于语音质量评价的MATLAB代码资源,包含了PESQ和COMPOSITE测量方法。PESQ用于客观评估语音清晰度,而COMPOSITE则分别预测了语音失真、背景噪声和总体质量。该资源适用于语音合成和信号处理领域的研究与开发。
摘要由CSDN通过智能技术生成

speechQuality

所属分类:语音合成

开发工具:matlab

文件大小:277KB

下载次数:222

上传日期:2009-03-08 19:13:59

上 传 者:李立

说明:  语音质量评价的matlab ,好用语音质量评价的matlab ,好用语音质量评价的matlab ,好用

(==========================================================================

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)

文件列表:[举报垃圾]

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

近期下载者:

相关文件:

收藏者:

# MOS-PESQ The project is a tool that can get MOS(PESQ) score for the voice. 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. Operating steps: ----------------- >> ./matlab-PESQ/readme.txt Thank: ----------------- Any questions, please E_mail: kinglongbest@163.com/245051943@qq.com 操作步骤 1.将所录序列加载如当前工作路径,也可以按自己工作路径自行加载; 2.在read.m中修改参考序列,默认为ref.wav,16KHz采样; 3.利用wavdivide.m对所录多组序列文件进行拆分(支持多种采样频率),并按序保证至当前路径; 4.运行tongji.m计算PESQ_MOS得分并通过excel/txt输出至指定路径; NOTE: 对于步骤4,每次执行记得修改excel中输出列位置,如cellnames2=['B',num2str(k+1),':B',num2str(k+1)];, 指定写入B列,下次执行改为C列,以此类推; 其中ref_8k.wav为8KHz采样测试序列,ref.wav为16KHz,ref_3s.wav只是为方便测试在ref.wav语音前加3s静音;
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值