Description: 语音识别(Speech Recognition)是让机器通过识别和理解过程把语音信号转变为相应的文本或命令的技术。在课题中,通过采用DTW(Dynamic time warping, 动态时间伸缩)算法,对实现孤立词的识别进行了初步探讨和研究,实现了在MATLAB软件环境下孤立词语的语音识别,并针对DTW的主要特点及不足做出了总结。-Speech Recognition (Speech Recognition) machines is through recognition and understanding of a process which put the voice signal into the corresponding text or command technology. The issue, through the use DTW (Dynamic time warping, dynamic time telescopic) algorithm to achieve an isolated word recognition conducted a preliminary exploration and study, the realization of the MATLAB software environment isolated words of Speech Recognition and DTW against the main features and deficiencies make summarized. Platform: |
Size: 116736 |
Author:序号 |
Hits:
Description: 语音识别中dtw算法详解,用于声纹识别时非常有用-speech recognition algorithm Hi dtw for Voice-Recognition will be very useful Platform: |
Size: 322560 |
Author:风子 |
Hits:
Description: 语音识别中的两种特征提取方法lpcc和mfcc,还有一个是文本无关的识别算法dtw,另外还有一个是预处理消噪部分的。共享一下,这些都是我调试过的,好用。-Speech Recognition two feature extraction methods and mfcc lpcc. There is a text-independent recognition algorithm dtw, in addition to a pretreatment is part of the noise source. Sharing that those are off the debugging and ease of use. Platform: |
Size: 1024 |
Author:杨洁 |
Hits:
Description: 在DSP TMS320VC5402上实现的语音识别算法,使用代数汇编编程,编译器为CCS2.2。使用LPCC算法提取语音特征,DTW算法进行特征匹配-TMS320VC5402 DSP in the realization of speech recognition algorithm, the use of algebraic compilation of programming, compiler for DSP. LPCC Features extraction algorithm to use voice features, DTW feature matching algorithm Platform: |
Size: 98304 |
Author:彭洪 |
Hits:
Description: 基于矢量量化和查找表的改进DTW语音识别方法,对算法进行了详细的研究与模拟.-Based on Vector Quantization and Improved look-up table DTW speech recognition method, the algorithm carried out a detailed research and simulation. Platform: |
Size: 143360 |
Author:chenfeng |
Hits:
Description: 基于语音识别系统中DTW算法改进技术研究.rar-Speech recognition system based on DTW algorithm to improve the technical studies. Rar Platform: |
Size: 268288 |
Author:dddd |
Hits:
Description: 这个我用LABVIEW8.0写的一个简单孤立词语音识别的程序,其中同过预处理,MFCC提取,和DTW算法的比较,希望对大家有用-I used to write this LABVIEW8.0 a simple isolated word speech recognition procedures, which had the same pretreatment, MFCC extraction, and the DTW algorithm, in the hope that useful to everybody Platform: |
Size: 229376 |
Author:hu |
Hits:
Description: 基于DTW的孤立词语音识别研究和算法改进,很不错的论文-DTW-based isolated word speech recognition research and algorithm improvements, very good paper Platform: |
Size: 154624 |
Author:陈吉成 |
Hits:
Description: 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 environments. Which is the endpoint detection process vad.m lpc.m is to calculate the LPC parameters of the program lpc21lpcc.m procedure is to calculate the LPCC parameters mfcc.m procedure is to calculate the MFCC parameters dtw.m the classic DTW algorithm to achieve the program dtw2.m DTW algorithm is to achieve efficient procedures, testdtw.m is the final test program, which can change the parameters in which different parameters were selected. Platform: |
Size: 8192 |
Author:于军 |
Hits:
Description: 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. Platform: |
Size: 6144 |
Author:fujuan |
Hits: