登录
首页 » matlab » res_eva

res_eva

于 2012-05-18 发布 文件大小:648KB
0 321
下载积分: 1 下载次数: 260

代码说明:

  语音增强结果评价框架,其中包括四种语音质量评价方法:信噪比SNR,分段信噪比segSNR,对数谱失真LSD,PESQ。还包括生成设定信噪比语音文件的m文件。也适用于其他领域的语音质量评价。(The speech enhancement results evaluation framework, including the four speech quality assessment method: the SNR signal to noise ratio, segment the SNR segSNR, and the number of spectral distortion of LSD, the PESQ. Also includes the generation of m-files to set the signal to noise ratio voice files. Also applies to other areas of speech quality assessment.)

文件列表:

res_eva
.......\eva_composite
.......\.............\apply_filter.p,3227,2008-06-30
.......\.............\apply_filters.p,1244,2008-06-30
.......\.............\apply_VAD.p,9896,2008-06-30
.......\.............\batch_pesq.p,32998,2008-06-30
.......\.............\batch_pesq2.p,2770,2008-06-30
.......\.............\composite.asv,20576,2006-09-18
.......\.............\composite.m,21070,2008-06-30
.......\.............\convolution_in_timealign.p,1842,2008-06-30
.......\.............\crude_align.p,5174,2008-06-30
.......\.............\DC_block.p,2315,2008-06-30
.......\.............\enhanced_logmmse.wav,47724,2006-07-30
.......\.............\FFTNXCorr.p,392,2010-08-09
.......\.............\fix_power_level.p,2274,2008-06-30
.......\.............\id_searchwindows.p,3011,2008-06-30
.......\.............\id_utterances.p,622,2010-08-23
.......\.............\input_filter.p,651,2008-06-30
.......\.............\pesq.p,5787,2008-06-30
.......\.............\pesq_debug.p,11850,2008-06-30
.......\.............\pesq_measure.p,6539,2008-06-30
.......\.............\pesq_psychoacoustic_model.p,4581,2008-11-10
.......\.............\pesq_testbench.p,2341,2008-06-30
.......\.............\plot_wav.p,8102,2008-06-30
.......\.............\pow_of.p,553,2008-06-30
.......\.............\readme.pdf,7277,2009-07-31
.......\.............\readme.txt,2029,2009-07-31
.......\.............\setup_global.p,13971,2008-06-30
.......\.............\sp09.wav,48198,2006-09-18
.......\.............\sp09_babble_sn10.wav,48198,2006-07-30
.......\.............\split_align.p,21078,2008-06-30
.......\.............\time_align.p,5305,2008-06-30
.......\.............\utterance_locate.p,1535,2008-06-30
.......\.............\utterance_split.p,7310,2008-06-30
.......\make_noisy.m,1157,2012-05-18
.......\noisy_04db.mat,380806,2011-01-17
.......\readme.txt,245,2012-05-18
.......\res_eva.m,2956,2011-01-17
.......\res_imp.m,264,2011-01-17
.......\work.asv,724,2011-01-17
.......\work.m,1006,2011-01-17

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

发表评论

0 个回复

  • SAR-
    说明:  采用正测式合成孔径成像雷达的目标仿真算法,可以用于初学者仿真,和工程设计中(Is measured by synthetic aperture imaging radar target simulation algorithm can be used for beginners simulation, and engineering design)
    2011-03-06 12:24:43下载
    积分:1
  • smartnoise_rectangle
    用matlab仿真的灵巧噪声干扰,噪声干扰形式为线性调频信号卷积矩形脉冲串。(Smart noise simulation using matlab, noise in the form of a rectangular convolution chirp signal bursts.)
    2020-12-09 20:19:19下载
    积分:1
  • play
    Matlab algorith for a basic sonar setup using PC sound card.
    2014-10-23 07:28:08下载
    积分:1
  • PID-Tunning-with-PSO
    tuning of pid controller by pso(particle swarm optimazation) evuloutionary algorithm
    2013-03-11 17:51:52下载
    积分:1
  • 3dwavelet
    Edge detection that works with Sobel,Perwitt and Roberts. Wavelet transform has also been performed for images.
    2018-02-07 00:22:38下载
    积分:1
  • vision[1]
    open source detection face with matlab
    2010-12-11 03:59:15下载
    积分:1
  • Hermite
    根据所给定的节点值和节点上的函数值,取边界条件为 “左右两端的一阶导数值为零”, 编制构造三次样条函数的 Matlab 程序。 另附测试程序(Depending on the value of a given node and the node function value, taking the boundary conditions for the " right and left ends of the first derivative value of zero," the preparation of structural cubic spline function of Matlab procedures. Attached test program)
    2013-10-31 14:32:57下载
    积分:1
  • matlab_nonlinear
    MATLAB求解非线性约束方程组的学习资料,指导如何使用MATLAB自带约束函数进行求解(MATLAB for solving nonlinear constrained equations learning materials, guidance on how to use MATLAB to solve its own constraint functions)
    2016-01-06 16:50:36下载
    积分:1
  • PSO-algorithm(matlabcode)
    这个程序就是最基本的粒子群优化算法程序,用Matlab实现,非常简单。(This program is the most basic particle swarm optimization procedures, using Matlab to achieve, is very simple.)
    2013-09-13 10:25:57下载
    积分:1
  • ParticleFilteringforDynamicConditionallyGaussianMo
    In this demo, we show how to use Rao-Blackwellised particle filtering to exploit the conditional independence structure of a simple DBN. The derivation and details are presented in A Simple Tutorial on Rao-Blackwellised Particle Filtering for Dynamic Bayesian Networks. This detailed discussion of the ABC network should complement the UAI2000 paper by Arnaud Doucet, Nando de Freitas, Kevin Murphy and Stuart Russell. After downloading the file, type "tar -xf demorbpfdbn.tar" to uncompress it. This creates the directory webalgorithm containing the required m files. Go to this directory, load matlab5 and type "dbnrbpf" for the demo. (In this demo, we show how to use Rao-Blackwellised particle filtering to exploit the conditional independence structure of a simple DBN. The derivation and details are presented in A Simple Tutorial on Rao-Blackwellised Particle Filtering for Dynamic Bayesian Networks. This detailed discussion of the ABC network should complement the UAI2000 paper by Arnaud Doucet, Nando de Freitas, Kevin Murphy and Stuart Russell. After downloading the file, type "tar-xf demorbpfdbn.tar" to uncompress it. This creates the directory webalgorithm containing the required m files. Go to this directory, load matlab5 and type "dbnrbpf" for the demo. )
    2008-03-05 19:14:12下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载