登录
首页 » matlab » composite

composite

于 2010-12-09 发布 文件大小:245KB
0 110
下载积分: 1 下载次数: 7

代码说明:

  执行pesq的 pfile 文件, 需要用matlab 打开 但是只能用于执行 无法看原代码(p.file of running pesq in matlab )

文件列表:

composite
.........\apply_filter.p,3227,2010-12-07
.........\apply_filters.p,1244,2010-12-07
.........\apply_VAD.p,9896,2010-12-07
.........\batch_pesq.p,32998,2010-12-07
.........\batch_pesq2.p,2770,2010-12-07
.........\composite.asv,20576,2010-12-07
.........\composite.m,21070,2010-12-07
.........\convolution_in_timealign.p,1842,2010-12-07
.........\crude_align.p,5174,2010-12-07
.........\DC_block.p,2315,2010-12-07
.........\enhanced_logmmse.wav,47724,2010-12-07
.........\FFTNXCorr.p,392,2010-12-07
.........\fix_power_level.p,2274,2010-12-07
.........\id_searchwindows.p,3011,2010-12-07
.........\id_utterances.p,622,2010-12-07
.........\input_filter.p,651,2010-12-07
.........\pesq.p,5787,2010-12-07
.........\pesq_debug.p,11850,2010-12-07
.........\pesq_measure.p,6539,2010-12-07
.........\pesq_psychoacoustic_model.p,4581,2010-12-07
.........\pesq_testbench.p,2341,2010-12-07
.........\plot_wav.p,8102,2010-12-07
.........\pow_of.p,553,2010-12-07
.........\readme.pdf,7277,2010-12-07
.........\readme.txt,2029,2010-12-07
.........\setup_global.p,13971,2010-12-07
.........\sp09.wav,48198,2010-12-07
.........\sp09_babble_sn10.wav,48198,2010-12-07
.........\split_align.p,21078,2010-12-07
.........\time_align.p,5305,2010-12-07
.........\utterance_locate.p,1535,2010-12-07
.........\utterance_split.p,7310,2010-12-07

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

发表评论

0 个回复

  • SSB
    用声卡输出的单边带信号源,SSB下边带信号,载波15KHz,输入声音带宽设为300~3.4KHz,SSB调制后输出带宽为11.6K~14.7KHz,可以给SSB解调器实验做信号源了。(Single-sideband signal with the sound output source, SSB below band signal, carrier 15KHz, enter the voice bandwidth set at 300 ~ 3.4KHz, SSB modulated output bandwidth 11.6K ~ 14.7KHz, you can do to the SSB demodulator source experiment the.)
    2010-05-13 17:59:28下载
    积分:1
  • Filter-Matlab-GUI
    用Matlab的GUI界面设计滤波器人机界面,可选FIR、IIR等高通,低通,带通,带阻滤波器,手动设定好参数,可直观看到幅频特性曲线和相频特性曲线。(Using Matlab GUI interface design a filter interface, optional FIR, IIR high pass, low pass, band pass, band stop filter, the parameters are set manually, you can visually see the amplitude-frequency characteristic and phase-frequency characteristic curve .)
    2013-08-05 19:25:11下载
    积分:1
  • 2D-Fourier-Transform
    基于matlab的数字图像的二维傅立叶变换(FFT)以及二维离散余弦DCT变换,提供里详细代码,.m文件(Matlab-based digital image two-dimensional Fourier transform (FFT) and two-dimensional discrete cosine transform DCT offers in detailed code,. M file)
    2013-10-24 06:39:04下载
    积分:1
  • RODY_2009_PROG
    rotor dynamics toolbox
    2011-01-11 18:40:41下载
    积分:1
  • pls_matlab
    偏最小二乘法pls的原理,例子,算法,练习,包含完整代码(The principles of PLS , examples, algorithms, practice, including a complete code.)
    2010-05-13 11:18:03下载
    积分:1
  • MATLABbasedplanefit
    基于MATLAB的平面度评定方法,介绍了计算方法(Based on MATLAB flatness evaluation method, calculation method introduced)
    2013-05-26 01:16:31下载
    积分:1
  • 16QAM
    实现AWGN信道16QAM调制、解调及误码率分析(AWGN channel to achieve 16QAM modulation, demodulation and BER Performance Analysis)
    2010-10-27 20:50:57下载
    积分:1
  • duoxiangshinihe
    多项式拟合多项式拟合多项式拟合多项式拟合多项式拟合多项式拟合多项式拟合多项式拟合多项式拟合(Polynomial polynomial polynomial polynomial polynomial polynomial polynomial polynomial polynomial fitting)
    2009-12-19 22:08:45下载
    积分:1
  • N-sparse
    创建一个n维的稀疏数组对象,n是任意值。 定义N可能是大于2的一类n维稀疏阵列。然而,它应该被认为是一种起动方式与普通的MATLAB稀疏矩阵和重塑它有N维度。换句话说,稀疏的数据,首先必须能够作为一个普通的2D MATLAB稀疏矩阵被前n维。事实上,如果目标数组的尺寸mxnxp……yxz,然后将它存储在内部类是一个普通的二维稀疏阵列的尺寸(M×N×P×……×Y)XZ。这导致了某些内存株时使用大量的尺寸。我发现有用的类主要用于中等尺寸像三维图像边缘检测,你经常要举行一个稀疏的3D的边缘地图。(Creates an N-dimensional sparse array object, for arbitrary N.This submission defines a class of N-dimensional sparse arrays for N possibly greater than 2. However, it should really be thought of as a way of starting with an ordinary MATLAB sparse matrix and reshaping it to have N dimensions. In other words, the sparse data must first be able to exist as an ordinary 2D MATLAB sparse matrix before being made N-dimensional. In fact, if the intended array has dimensions MxNxP...YxZ, then the class will store it internally as an ordinary 2D sparse array of dimensions (M*N*P*...*Y)xZ. This leads to certain memory strains when using large numbers of dimensions. I find the class useful mainly for moderate dimensional things like edge detection in 3D imaging, where you often want to hold a sparse 3D edge map. )
    2013-10-21 20:43:18下载
    积分:1
  • tracking
    多机动进行目标跟踪,交互多模型,matlab仿真(Multiple Maneuvering target tracking, the interacting multiple model, matlab simulation)
    2013-05-02 19:16:57下载
    积分:1
  • 696518资源总数
  • 104349会员总数
  • 32今日下载