搜索资源列表
VAD-DTW-HMM
- 端点检测和基于DTW和HMM的孤立词识别和连续语音识别-endpoint detection and DTW-based HMM and isolated word recognition and Continuous Speech Recognition
基于DTW模型的语音识别
- 语音识别(Speech Recognition)是让机器通过识别和理解过程把语音信号转变为相应的文本或命令的技术。在课题中,通过采用DTW(Dynamic time warping, 动态时间伸缩)算法,对实现孤立词的识别进行了初步探讨和研究,实现了在MATLAB软件环境下孤立词语的语音识别,并针对DTW的主要特点及不足做出了总结。-Speech Recognition (Speech Recognition) machines is through recognition and unders
DTW算法C语言程序,孤立词语音识别
- DTW算法C语言程序,孤立词语音识别,包括matlab的相关代码,内有详解。-DTW algorithm C Programming Language, isolated word speech recognition, including the relevant matlab code, there are Detailed.
DTWspeechrecognition
- 基于DTW的孤立词语音识别程序,Matlab环境-DTW-based isolated word speech recognition program, Matlab environment
dtwforspeechrecognition
- source code for dtw in speech recognition as a fundamental learning
GUI_DTW
- 在matlab平台上实现DTW孤立字识别,通过调用GUI界面实现-DTW in matlab platform to achieve isolated word recognition, by calling the GUI interface to achieve
DTW
- DTW(Dynamic Time Warping,动态时间归整)算法,该算法基于动态规划(DP)的思想,解决了发音长短不一的模板匹配问题,是语音识别中出现较早、较为经典的一种算法。用于孤立词识别,DTW算法与HMM算法在训练阶段需要提供大量的语音数据,通过反复计算才能得到模型参数,而DTW算法的训练中几乎不需要额外的计算。所以在孤立词语音识别中,DTW算法仍然得到广泛的应用。 -DTW (Dynamic Time Warping, dynamic time warping) algorithm
dtw
- 本系统是一个在多媒体PC 上实现的孤立词识别系统, 它提取语音的线性预测系数作为特征参数, 并采用Itaku ra 失真测度计算帧间距离, 在识别上则使用了动态时轴弯曲(DTW ) 进行时间匹配。本系统对一般的DTW 法作了改进, 即通过放宽端点限制以得到更好的语音匹配, 克服了一般DTW 法要求语音首尾严格对齐而造成的弊病, 降低了语音端点检测的精度要求。-This system is implemented on a multimedia PC isolated word recogniti
eVADD-DTW-HMMn
- 端点检测与一种基于DTW与HHMM的孤立词识别与连续语音识别 -endpoint detection and DTW-based HMM and isolated word recognition and CContinuous Speech Recognition
dtw(ok)
- 基于DTW的孤立词识别0-9~~~!!!经调试可用。-DTW-based isolated word recognition 0-9 ~ ~ ~! ! ! Available after commissioning.
dtw
- DTW算法研究独立词识别C实现,比较不错的资料-The DTW independent word recognition implemented in C
DTW-korean
- C++处理关于几个韩语单词的识别,运用DTW算法,效果较好-C++ processing on several Korean word recognition using DTW algorithm, better
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
- 在孤立词语音识别中,最为简单有效的方法是采用DTW(Dynamic Time Warping,动态时间归整)算法,该算法基于动态规划(DP)的思想,解决了发音长短不一的模板匹配问题,是语音识别中出现较早、较为经典的一种算法,用于孤立词识别。HMM算法在训练阶段需要提供大量的语音数据,通过反复计算才能得到模型参数,而DTW算法的训练中几乎不需要额外的计算。所以在孤立词语音识别中,DTW算法仍然得到广泛的应用。 本程序是DTW算法的实现-In isolated word speech recog
DTW
- 该文件为基于DTW的孤立词识别系统(特定人、小词汇量,未采用鲁棒语音识别技术)-The document DTW for isolated word recognition system based on (a specific person, small vocabulary, did not use robust speech recognition technology)
dtw
- 基于DTW的孤立词语音识别matlab源码,有音频文件-DTW-based isolated word speech recognition matlab source code, there are audio files
DTW
- Dynamic Time Warping(DTW)诞生有一定的历史了(日本学者Itakura提出),它出现的目的也比较单纯,是一种衡量两个长度不同的时间序列的相似度的方法。应用也比较广,主要是在模板匹配中,比如说用在孤立词语音识别(识别两段语音是否表示同一个单词),手势识别,数据挖掘和信息检索等中。(The birth of Dynamic Time Warping (DTW) has a certain history (Itakura, a Japanese scholar), and it
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)的孤立字语音识别MATLAB程序(Isolated word speech recognition MATLAB program based on dynamic time warping (DTW))