当前位置:
首页 资源下载
搜索资源 - speech pattern matching
搜索资源列表
-
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
-
-
0下载:
语音识别技术主要包括特征提取技术、模式匹配准则及模型训练技术三个方面。此外,还涉及到语音识别单元的选取。选择识别单元是语音识别研究的第一步。语音识别单元有单词(句)、音节和音素三种,具体选择哪一种,由具体的研究任务决定。-Speech recognition technology, including feature extraction techniques, pattern-matching criteria and the three aspects of model training t
-
-
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下载:
语音特征信号识别是语音识别研究领域中的一个重要方面,一般采用模式匹配的原理解
决。语音识别的运算过程为:首先,待识别语音转化为电信号后输入识别系统,经过预处理后用数学方法提取语音特征信号,提取出的语音特征信号可以看成该段语音的模式。然后将该段语音模型同已知参考模式相比较,获得最佳匹配的参考模式为该段语音的识别结果.-Speech characteristic signal recognition is an important aspect in the field of speech re
-
-
0下载:
语音特征信号识别是语音识别研究领域中的一个重要方面,一般采用模式匹配的原理解
决。语音识别的运算过程为:首先,待识别语音转化为电信号后输入识别系统,经过预处理后用数学方法提取语音特征信号,提取出的语音特征信号可以看成该段语音的模式。然后将该段语音模型同已知参考模式相比较,获得最佳匹配的参考模式为该段语音的识别结果-Recognition is the speech characteristic signal in the field of speech recognition is an i
-
-
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
-