-
GMM
使用GMM模式建立的语音识别系统,matlab源代码,供大家参考!(GMM model using the speech recognition system, matlab source code for your reference!)
- 2009-05-05 17:10:52下载
- 积分:1
-
moravec
利用moravec算子提取特征点,非常经典,基本上其他的一些特征点提取算子是在它的基础上被开发出来的(Feature extraction using moravec point operator, very classic, basically some other feature extraction operator is based on it being developed by)
- 2010-05-18 16:01:21下载
- 积分:1
-
xiuzheng
电网谐波分析 用加汉明窗插值计算电网谐波频率 幅值 和相角。以快速傅里叶变化fft为基础(Harmonic analysis of power system using Hamming window interpolation calculation of the harmonic frequency amplitude and phase angle. The changes of FFT based on FFT)
- 2012-04-17 13:06:35下载
- 积分:1
-
Adaptive-filter
详细介绍了稳态自适应滤波器的性能及其实现过程。(Details of the steady-state performance of the adaptive filter and its implementation process.)
- 2013-04-29 14:54:37下载
- 积分:1
-
data_D
another test for demodulation of data
- 2010-11-14 23:15:19下载
- 积分:1
-
ModulationCapacity
modulation channel capacity
- 2010-02-23 14:41:36下载
- 积分:1
-
KAPPA-1D
MATLAB 计算kappa分布,不仅有一维情况而且有三维情况下的算法(MATLAB computing kappa distribution, not only one-dimensional and three-dimensional case the algorithm)
- 2013-11-17 22:23:26下载
- 积分:1
-
粒子群算法xin
粒子群算法,用于对物流供应进行最优化的一种数学模型,本例中是设计了十个销售点的模型(Particle swarm algorithm for optimizing the logistics supply a mathematical model, in this case is the design of the 10 model point of sale)
- 2020-07-05 19:38:59下载
- 积分:1
-
PignisticDST
用于对DS证据理论进行Pignistic概率计算的函数,详细使用见该文件内的帮助说明(For the DS evidence theory Pignistic probability function, see the document in detail the use of the help that)
- 2007-09-09 21:32:44下载
- 积分:1
-
sigxpand
将输入d进行扩张,方法是在d的每个数据中插入M-1个零值。
如输入d=[1,2,3,4] M=3
输出out=[1 0 0 2 0 0 3 0 0 4 0 0](To expand the input d, the method is to insert each data d, M-1 zero value. If the input d = [1,2,3,4] M = 3 output out = [1 0 0 2 0 0 3 0 0 4 0 0])
- 2010-11-14 11:18:01下载
- 积分:1