-
DTW
DTW(Dynamic Time Warping,动态时间归整)算法,该算法基于动态规划(DP)的思想,解决了发音长短不一的模板匹配问题,是语音识别中出现较早、较为经典的一种算法。用于孤立词识别,DTW算法与HMM算法在训练阶段需要提供大量的语音数据,通过反复计算才能得到模型参数,而DTW算法的训练中几乎不需要额外的计算。所以在孤立词语音识别中,DTW算法仍然得到广泛的应用。 (DTW (Dynamic Time Warping, dynamic time warping) algorithm based on dynamic programming (DP) ideas, sounds of varying lengths to solve the template matching problem, is speech recognition appeared earlier, more classic kind of algorithm. For isolated word recognition, DTW algorithm and HMM algorithm in the training phase need to provide a large number of voice data, obtained by repeated calculations to model parameters, while the DTW algorithm is almost no additional training calculations. Therefore, in isolated word speech recognition, DTW algorithm is still widely used.)
- 2010-09-27 16:54:22下载
- 积分:1
-
waveletdeno
matlab仿真小波多分辨率去噪和曲线拟合去噪(matlab simulation of wavelet multi-resolution denoising Denoising and Curve Fitting)
- 2007-07-20 20:09:24下载
- 积分:1
-
CSRZ-DPSK
光通信中抑制载波型差分相位调制信号建模与仿真分析(Optical Communication inhibit carrier-based differential phase modulation signal modeling and simulation analysis)
- 2008-12-24 10:08:40下载
- 积分:1
-
Algorithms-for-Image-Processing-and-Computer-Visi
Algorithms for Image Processing and Computer Vision 2nd
- 2014-01-20 18:53:23下载
- 积分:1
-
shangchuan
这个是个人编写的毕业论文程序,matlab编写,自动化专业,硕士论文(pid pid pid pid pid pid pid)
- 2013-02-25 15:15:27下载
- 积分:1
-
hw1
eps value fitting
function eps = hw1(e)
if ((1+e) <= 1)
e = e * 2
else e = e / 2
hw1(e)
end
eps = e (eps value fitting
function eps = hw1(e)
if ((1+e) <= 1)
e = e* 2
else e = e/2
hw1(e)
end
eps = e )
- 2010-01-19 20:38:10下载
- 积分:1
-
ialm
不精确拉格朗日法,求解矩阵补全的凸优化问题,可以用该方法实现背景建模(Imprecise Lagrangian method for solving matrix completion convex optimization problem, you can use this method, background modeling)
- 2014-05-31 06:50:39下载
- 积分:1
-
match
相当好的源代码,很有用,值得收藏,多用于图像拼接(Very good source code, useful, worthy of collection, used for image mosaic)
- 2010-11-26 21:37:09下载
- 积分:1
-
zt
说明: Z-transform in digital signal processing
- 2012-04-10 03:50:16下载
- 积分:1
-
Data
it is good data for newton rafson.
- 2011-05-18 21:48:15下载
- 积分:1