搜索资源列表
dtw-new
- DTW (Dynamic Time Warping)源程序,广泛应用于语音识别等领域,可以用于相似曲线的对齐。(用winrar进行解压)-DTW (Dynamic Time Warping) source. widely used in areas such as speech recognition, which can be used similar to the curve alignment. (Using WinRAR for decompression)
VAD-DTW-HMM
- 端点检测和基于DTW和HMM的孤立词识别和连续语音识别-endpoint detection and DTW-based HMM and isolated word recognition and Continuous Speech Recognition
DTW-mfcc
- 语音识别中提取特征向量和进行特征向量比对的DTW源代码-Speech Recognition feature extraction and feature vectors to the right than the source code DTW
dtw]
- 关于dtw的书籍,电子书html格式,dtw 用于语音识别 -on the books, e-books html format, dtw for Speech Recognition
Speech-recognition.dtw
- 采用dtw方法做的语音识别程序,可以识别简单的单个数字。-dtw methods using the voice recognition procedure, a simple recognition of individual figures.
DTW-method
- 在线签名鉴定:DTW实现算法,用C语言编写,有一定的参考价值!-online signature verification : DTW algorithm, using C language, which is the reference value!
dtw
- dtw的matlab程序的实现,已经编译通过的。-dtw the realization of Matlab procedures already adopted by the compiler.
dtw
- 基于语音识别系统中DTW算法改进技术研究.rar
dtw
- DTW(Dynamic Time Warping)算法,c代码 使用: dtw infile1 infile2 outfile xsize ysize params [debug_file]
DTW
- 基于DTW的孤立词语音识别研究和算法改进,很不错的论文
DTW
- 一个可以识别连续数字语音的程序,提取mfcc,用dtw实现识别,有文档
DTW
- DTW算法,非常优秀,非常好用的-DTW, very good, very useful, and,
DTW算法VC++实现
- DTW算法VC实现 数字图像处理-DTW VC Digital Image Processing
基于DTW模型的语音识别
- 语音识别(Speech Recognition)是让机器通过识别和理解过程把语音信号转变为相应的文本或命令的技术。在课题中,通过采用DTW(Dynamic time warping, 动态时间伸缩)算法,对实现孤立词的识别进行了初步探讨和研究,实现了在MATLAB软件环境下孤立词语的语音识别,并针对DTW的主要特点及不足做出了总结。-Speech Recognition (Speech Recognition) machines is through recognition and unders
dtw
- DTW算法,比较简单。在matlab下实现的,在matlab6。5下编译通过-DTW, relatively simple. Under the Matlab, in matlab6. Compiling under through five
dtw算法源代码
- 一个完整的基于Matlab的DTW模型算法及高效算法程序,能快速识别数字0-9,运行testdtw即可。-An excellent MATLAB program for the algorithm as a DTW model. It can recognise the number of 0-9. Try it, just run testdtw.
dtw的改进版
- dtw的改进版,菜鸟的作品,多谅解!
DTW算法c实现及原理
- DTW算法的C语言实现及TW算法的原理
DTW算法C语言程序,孤立词语音识别
- DTW算法C语言程序,孤立词语音识别,包括matlab的相关代码,内有详解。-DTW algorithm C Programming Language, isolated word speech recognition, including the relevant matlab code, there are Detailed.
dtw
- 可以用来实现dtw。在孤立词语音识别中,最为简单有效的方法是采用DTW(Dynamic Time Warping,动态时间归整)算法,该算法基于动态规划(DP)的思想,解决了发音长短不一的模板匹配问题,是语音识别中出现较早、较为经典的一种算法,用于孤立词识别。HMM算法在训练阶段需要提供大量的语音数据,通过反复计算才能得到模型参数,而DTW算法的训练中几乎不需要额外的计算。所以在孤立词语音识别中,DTW算法仍然得到广泛的应用。(Can be used to implement DTW)