登录
首页 » PPT » PESQ

PESQ

于 2016-05-21 发布 文件大小:53KB
0 197
下载积分: 1 下载次数: 11

代码说明:

  PESQ-主观语音质量评估。 ITU-T P.862建议书提供的客观MOS值评价方法。PESQ可以广泛的用于现场和模拟网络中端到端测量。背景(环境)噪声和噪声处理,可以通过用PESQ比较干净的、未处理的信号和编码的、经噪声干扰失真的信号评估得到。(PESQ- subjective speech quality assessment. ITU-T P.862 recommendations for objective MOS value uation method book provides. PESQ can be widely used in the field and in the end measurement analog networks. Background (ambient) noise and noise processing, you can use PESQ relatively clean, unprocessed signal uation and signal encoded by the noise distortion obtained.)

文件列表:

PESQ
....\addnoise_asl.m,8354,2015-12-02
....\apply_filter.m,1145,2015-12-02
....\apply_filters.m,648,2015-12-02
....\apply_VAD.m,4088,2015-12-02
....\composite.m,18829,2015-12-02
....\comp_cep.m,6248,2015-12-02
....\comp_fwseg.m,8696,2015-12-02
....\comp_fwseg_mars.m,19288,2015-12-02
....\comp_fwseg_variant.m,8622,2015-12-02
....\comp_is.m,6551,2015-12-02
....\comp_llr.m,5487,2015-12-02
....\comp_SNR.m,5179,2015-12-02
....\comp_wss.m,11581,2015-12-02
....\crude_align.m,2408,2015-12-02
....\DC_block.m,628,2015-12-02
....\FFTNXCorr.m,887,2015-12-02
....\fix_power_level.m,1073,2015-12-02
....\id_searchwindows.m,1586,2015-12-02
....\id_utterances.m,2793,2015-12-02
....\input_filter.m,333,2015-12-02
....\pesq.m,4013,2015-12-02
....\pesq_psychoacoustic_model.m,31962,2015-12-02
....\pow_of.m,123,2015-12-02
....\htm" target=_blank>readme,3657,2015-12-02
....\setup_global.m,13919,2015-12-02
....\split_align.m,11908,2015-12-02
....\time_align.m,1792,2015-12-02
....\utterance_locate.m,699,2015-12-02
....\utterance_split.m,5020,2015-12-02

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • speech-recognition
    实现语音识别,使用HTK工具。README描述了具体的训练过程。(Voice recognition, using HTK tools. README describes the specific training process.)
    2013-11-27 14:01:11下载
    积分:1
  • 2017Car_Synthetical_DemoV05.01
    能自动循迹 图像识别 语音识别 避障 红外光感应 过ETC等功能(Can automatic speech recognition obstacle avoidance tracking infrared induction ETC function)
    2018-04-02 11:45:07下载
    积分:1
  • HMM_matlab
    这是基于隐马尔可夫模型的连续语音识别代码,不同于dtw,这是个完整的工程,我把需要的voicebox也放进去了,一共用到9个子函数,包括模板的训练算法何识别算法,是完全可以使用的。(This is based on the hidden Markov model of continuous voice recognition code, different the dtw, which is a complete project, I need to put the voicebox into a total of nine sub-functions, including the template training algorithm to identify the algorithm, Is fully available.)
    2020-12-10 14:29:19下载
    积分:1
  • yuyinfenxi
    利用自相关或平均幅度差提取基音原理,帧长160,帧移80。求能量E、过零率Z和基音周期pitch;采用自相关法或平均幅度差法求取基音周期,基音周期范围(80~400hz);画出能量、过零率和基音曲线。(Pitch principle is extracted by means of autocorrelation or mean amplitude difference)
    2017-07-10 16:19:20下载
    积分:1
  • dtw2
    一种改进的DTW语音识别算法,可以加快识别速度.(An improved DTW speech recognition algorithm, can accelerate the recognition speed.)
    2007-10-23 12:56:45下载
    积分:1
  • programme
    一个LMS自适应信号增强。输入信号是一个正弦 波将白噪声。 详细介绍了程序源代码(An LMS adaptive signal enhancement. The input signal is a sine wave with added white noise. The detailed description is in the program source code)
    2010-05-17 16:27:14下载
    积分:1
  • 实现基于C言的G.729A算法的解码功能encode
    程序功能可以基本上实现基于C语言的G.729A语音算法的解码功能,添加了部分本人的注释和理解,便于读者理解(Program features can basically C language-based decoding algorithm G.729A voice, add some of my notes and understanding, easier to understand)
    2020-07-08 14:48:57下载
    积分:1
  • hh_fangcheng
    H-H微分方程的matlab原代码,内包含说明文档,对模拟神经元有帮助.(H-H Differential Equations Matlab original code, which includes documentation, simulated neurons to help.)
    2007-03-26 22:20:29下载
    积分:1
  • yuyin
    语音信号的时域、频域分析,包括短时能量分析、短时平均过零率、自相关函数、短时平均幅度差函数等。(Time-domain speech signal, frequency domain analysis, including short-term energy analysis, the average short-term zero-crossing rate, autocorrelation function, such as short-time average magnitude difference function.)
    2013-12-31 18:51:58下载
    积分:1
  • HMMforspeechrecogntion
    一个可执行的HMM语音识别程序例程,实现了对10个数字音的识别程序,包含了HMM语音识别中的分段,MFCC特征提取,Baum-Welch训练,及Viterbi等算法,通过此例程可以很好的理解HMM的算法原理(An executable HMM-based 10 digits speech recogntion program example. this code zip file includes segmentation, MFCC feature extraction, Baum-Welch based re-estimation and Viterbi algorithm involved in HMM. it helps much better understand the HMM algorithm and its application for speech recogntion. )
    2010-01-05 15:16:00下载
    积分:1
  • 696522资源总数
  • 104040会员总数
  • 35今日下载