搜索资源列表
-
0下载:
这是一段关于语音处理与识别的程序,包括预处理,端点检测,线性倒谱系数求解,并运用dtw算法进行模式匹配。-This is a speech processing and recognition on the program, including pretreatment, endpoint detection, linear cepstrum solution, and the use of dtw algorithm for pattern matching.
-
-
0下载:
动态时间规正算法,用于语音识别,模式匹配等,在matlab环境下使用-Dynamic time warping algorithm for speech recognition, pattern matching, etc., in the matlab environment
-
-
1下载:
先用端点检测将语音中有用的语音部分提取出来(即将头部和尾部的静音部分除掉),然后用LPC算法提取语音信号的特征参数,进行动态归整(DTW算法)后与模板库里面的标准语音作比较,最后将识别结果进行D/A转化后播放出来。在本部分的设计中,则主要完成语音识别的模式匹配算法部分的软件实现。 -First with the endpoint detection of speech to voice some of the useful extracted from the (soon to mute som
-
-
0下载:
这是一段语音识别的c++源程序,包括预处理,端点检测,线性倒谱系数,dtw算法模式匹配。-This is a speech recognition c++ source, including preprocessing, detection, linear cepstrum, dtw algorithm for pattern matching.
-
-
0下载:
for recording speech signal and pattern matching
-
-
0下载:
按所学相关语音处理的知识,自己设计一个孤立词语音识别程序,分析所设计系统的特性。熟悉不同模块间如何进行有效的组合,以及模块内的设计,重点掌握特征参数的提取和模式识别方法,并对不同的特征参数提取方法和模式匹配方法有大概的了解,知道其不同的优缺点。-The learned voice processing knowledge, an isolated word speech recognition program of their own design, analysis of the design
-
-
0下载:
mfcc特征提取, dtw匹配,老外写的,值得学习。- feature extraction, including MFCC and HFCC features, widely used in
speech recognition
* a simple DTW (dynamic time warping) pattern matching algorithm which
also can be used for recognition
-
-
0下载:
Speech recognition that perform pattern matching using dtw
-