搜索资源列表
VAD-DTW-HMM
- 端点检测和基于DTW和HMM的孤立词识别和连续语音识别-endpoint detection and DTW-based HMM and isolated word recognition and Continuous Speech Recognition
yuyinshibiedsp
- 用DSP实现的一个简单的语音识别系统,只要实现单个词的识别即可,采样率8k,帧长30ms,帧移10ms,系统采样后分帧--端点检测,将检测到的原始语音信号保存下来,基本上一个字在30帧左右,然后提取每帧的LPC参数--将LPC参数转换为LPC倒谱系数,然后利用DTW方法和模板比较.-a brief speech recognition system, as long as the realization of a single word can be identified. 8 k sampli
基于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
dtw
- 本系统是一个在多媒体PC 上实现的孤立词识别系统, 它提取语音的线性预测系数作为特征参数, 并采用Itaku ra 失真测度计算帧间距离, 在识别上则使用了动态时轴弯曲(DTW ) 进行时间匹配。本系统对一般的DTW 法作了改进, 即通过放宽端点限制以得到更好的语音匹配, 克服了一般DTW 法要求语音首尾严格对齐而造成的弊病, 降低了语音端点检测的精度要求。-This system is implemented on a multimedia PC isolated word recogniti
voicebox
- 本算法应用dtw算法实现语音的孤立词识别,非常好用-This algorithm implementation of algorithm DTW speech of single word recognition, is very nice
eVADD-DTW-HMMn
- 端点检测与一种基于DTW与HHMM的孤立词识别与连续语音识别 -endpoint detection and DTW-based HMM and isolated word recognition and CContinuous Speech Recognition
codes
- 基于DTW算法的孤立词语音识别,可识别0-9-DTW-based isolated word speech recognition algorithm can recognize 0-9
yuyin
- 用DTW算法实现的孤立词语音识别,利用语音的mfcc特征进行识别,可识别0-9十个数。使用时请改相关路径.-DTW with isolated word speech recognition algorithm, using speech recognition mfcc characteristics can be identified 0-9 ten numbers. Please change the relative path when using
14561801a7c0
- DTW技术在语音识别中的应用,实验采用对语音孤立词识别,效果不错-The DTW (dynamic time warping) technology in the application of speech recognition, experimental use of voice, isolated word speech recognition effect is good
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(Dynamic Time Warping,动态时间归整)算法,该算法基于动态规划(DP)的思想,解决了发音长短不一的模板匹配问题,是语音识别中出现较早、较为经典的一种算法,用于孤立词识别。HMM算法在训练阶段需要提供大量的语音数据,通过反复计算才能得到模型参数,而DTW算法的训练中几乎不需要额外的计算。所以在孤立词语音识别中,DTW算法仍然得到广泛的应用。-In isolated word speech recognition, the mos
DTW-isolated-word-speech-recognition
- 基于动态时间规整的孤立词语音识别,用梅尔倒谱系数作为识别特征。-Based on dynamic time warping of isolated word speech recognition, using Mel s coefficient as the recognition feature.
recognition-based-dtw
- 基于动态时间规整算法实现的孤立词识别程序-Dynamic time warping algorithm to achieve an isolated word recognition program
DTW-in-Isolated-word-Speech-Recognition
- 基于matlab的语音识别dtw算法实现(speech recognition DTW)
vdtwrecoge
- 用C++语言编写的用于实现独立词识别的DTW算法,是一个较为简单易懂的常见算法。(The DTW algorithm written in C++ language for independent word recognition is a simple and easy algorithm.)
基于动态时间规整(DTW)的孤立字语音识别实验
- 基于动态时间规整(DTW)的孤立字语音识别MATLAB程序(Isolated word speech recognition MATLAB program based on dynamic time warping (DTW))