搜索资源列表
dtw__textdtw
- matlab实现的语音识别DTW算法已经相应的测试程序。-Matlab achieve DTW speech recognition algorithm has the corresponding test procedures.
dtw
- dtw的matlab程序的实现,已经编译通过的。-dtw the realization of Matlab procedures already adopted by the compiler.
基于DTW模型的语音识别
- 语音识别(Speech Recognition)是让机器通过识别和理解过程把语音信号转变为相应的文本或命令的技术。在课题中,通过采用DTW(Dynamic time warping, 动态时间伸缩)算法,对实现孤立词的识别进行了初步探讨和研究,实现了在MATLAB软件环境下孤立词语的语音识别,并针对DTW的主要特点及不足做出了总结。-Speech Recognition (Speech Recognition) machines is through recognition and unders
dtw.rar
- 很有用的DTW音频识别算法,可执行,matlab实现。,A useful DTW audio recognition algorithm, writed by matlab. The code can be performed.
DTW-alogrithm
- dtw算法的C语言实现。doc文档里有完整的程序。包括matlab和C语言。-dtw algorithm C language. doc documents in a complete program. Including the matlab and C language.
dtw
- 语音识别,基于DTW算法的语音识别原理与实现,包含源程序,MATLAB-Speech recognition, speech recognition algorithm based on DTW Principle and Implementation, including source code, MATLAB
dtw
- 时间序列分析中dtw算法的matlab实现,源代码。-Time Series Analysis dtw algorithm matlab implementation, the source code.
dtw321
- dtw 算法的matlab实现 源代码不加修改久可以执行-DTW algorithm matlab source code to achieve a long time without modification can be implemented
2008DTW
- 实现DTW高效算法,1.将所有代码文件拷贝至当前工作目录,并在D盘根目录下建立名为data的文件夹-dtw
dtw
- 实现语音的录入与DTW调整的实现,比较完整,仅供参考-Voice input and DTW adjustments to achieve more comprehensive, for reference only
yuyingshibie
- matlab实现的很有用的语音识别源代码,包括MFCC,LPCC,DTW,Mel滤波器,端点检测等程序的实现。-Useful code of audio recognization writed by matlab, inclucing MFCC, LPCC, DTW, Mel Filter, Port Detection etc.
dtw
- dtw文件是运用DTW算法实现安静环境下语音识别的。其中vad.m是端点检测程序;lpc.m是计算LPC参数的程序;lpc21lpcc.m是计算LPCC参数的程序;mfcc.m是计算MFCC参数的程序;dtw.m是实现经典DTW算法的程序;dtw2.m是实现高效DTW算法的程序,testdtw.m是最终测试程序,其中可以通过改变其中的特征参数名选择不同的特征参数。-dtw file DTW algorithm is to use speech recognition in quiet envir
dtw
- 用matlab实现特定人的单个词识别,采用dtw算法,主要用到了语音端点检测、语音分帧、梅尔倒谱系数等,文件中含有0-9个输入模版语音,作为参考模版信号。-Using matlab to achieve a specific person single word recognition, using dtw algorithm, mainly used in the voice activity detection, voice sub-frame, Mel Cepstral, etc., do
dtw
- 语音识别,matlab,,DTW算法,实现简单的识别-Voice recognition, matlab,, DTW algorithm, simple identification
DTW-algorithm
- 基于DTW算法的语音识别原理与实现,相关论文及Matlab实现流程-The principle and implementation of speech recognition based on DTW algorithm, the relevant papers and Matlab implementation process
dtw
- dtw算法的一个实现,matlab编程,可以调用该函数,用作dtw算法的一个学习。 以及一个介绍模糊神经网络与污水处理的ppt(An implementation of dynamic time warping algorithm)
用Matlab实现DTW孤立词识别
- 做语音识别时用到DTW 算法。便于初学者的学习。(DTW algorithm is used for speech recognition. Easy for beginners to learn.)
DTW-in-Isolated-word-Speech-Recognition
- 基于matlab的语音识别dtw算法实现(speech recognition DTW)
基于DTW算法的语音识别系统
- 通过语音分帧、端点检测、特征提取、DTW算法,实现多字语音识别(Through speech segmentation, endpoint detection, feature extraction and DTW algorithm, multi word speech recognition is realized.)
dtw
- 可以用来实现dtw。在孤立词语音识别中,最为简单有效的方法是采用DTW(Dynamic Time Warping,动态时间归整)算法,该算法基于动态规划(DP)的思想,解决了发音长短不一的模板匹配问题,是语音识别中出现较早、较为经典的一种算法,用于孤立词识别。HMM算法在训练阶段需要提供大量的语音数据,通过反复计算才能得到模型参数,而DTW算法的训练中几乎不需要额外的计算。所以在孤立词语音识别中,DTW算法仍然得到广泛的应用。(Can be used to implement DTW)