-
MFCC
this is simple programe for mfcc feature extraction developed in matlab.
- 2009-03-07 22:31:33下载
- 积分:1
-
Mathematical_Model_based_on_matlab
这本书主要是基于matlab环境下,各种数学模型的介绍及实现方法。《matlab_算法大全》(This book is mainly based on the matlab environment, the introduction and implementation of various mathematical models. " Matlab_ algorithm Guinness)
- 2013-05-17 10:52:33下载
- 积分:1
-
signal1
PWM层叠载波信号,适用于基于IGBT的5电平模块化多电平换能器(PWM stacked carrier signal, suitable for IGBT based 5 level modular multilevel transducer)
- 2020-09-06 10:58:04下载
- 积分:1
-
eemd
验模态分解(Empirical Mode Decomposition,简称EMD)是一种自适应信号分解方法,主要应用于非线性非平稳的信号。整体平均经验模态分解(Ensemble Empirical Mode Decomposition,简称EEMD)解决了EMD中出现的模态混合问题。(Ensemble Empirical Mode Decomposition)
- 2013-08-04 11:43:04下载
- 积分:1
-
runge
runge kutta para motor de induç ã o
- 2011-08-22 10:15:00下载
- 积分:1
-
kalman
数字信号处理中 卡尔曼滤波器的 模拟 matlab(kalman fliter matlab)
- 2011-12-13 20:34:13下载
- 积分:1
-
logestic
this program is the simulink of logistic map
- 2009-09-13 01:20:17下载
- 积分:1
-
VC++中调用Matlab .m函数编译后的对应c函数
说明: vc与matlab混合编程的具体实例,通过vc编译器调用matlab编译的.m文件。(vc mixed with Matlab programming specific examples, vc call Matlab Compiler compiled. M documents.)
- 2005-09-12 10:09:51下载
- 积分:1
-
design
说明: 根据语音信号的特点给出有关滤波器的性能指标:1)低通滤波器性能指标,fp=1000Hz,fc=1200 Hz, As=100dB,Ap=1dB;2)高通滤波器性能指标,fc=2800 Hz,fp=3000 Hz As=100dB,Ap=1dB;3)带通滤波器性能指标,fp1=1200 Hz,fp2=3000 Hz,fc1=1000 Hz,fc2=3200 Hz,As=100dB,Ap=1dB。用IIR对其分析,最后,利用MATLAB中的函数freqz画出各滤波器的频率响应。(This article according to the IIR filter and the FIR filter characteristic, uses the bilinearity method of transformation under the MATLAB bad boundary to design IIR and to design the FIR numeral filter separately with the window box number, and carries on the analysis to the gathering pronunciation signal, and finally gives IIR and FIR to the pronunciation filter effect.)
- 2011-03-12 21:46:33下载
- 积分:1
-
svmTrain
[model] = SVMTRAIN(X, Y, C, kernelFunction, tol, max_passes) trains an
SVM classifier and returns trained model. X is the matrix of training
examples. Each row is a training example, and the jth column holds the
jth feature. Y is a column matrix containing 1 for positive examples
and 0 for negative examples. C is the standard SVM regularization
parameter. tol is a tolerance value used for determining equality of
floating point numbers. max_passes controls the number of iterations
over the dataset (without changes to alpha) before the algorithm quits.
- 2013-05-14 08:53:31下载
- 积分:1