搜索资源列表
-
0下载:
matlab语音识别算法,包括预处理,特征提取,训练,识别算法,基于hmm模型-Matlab speech recognition algorithms, including preprocessing, feature extraction, training, recognition algorithm based on model hmm
-
-
0下载:
:建立了一个基于HMM 算法的非特定人语音识别系统,阐述了具体实现过程,包括预处理、特征参数的提取及模板的匹配-: The establishment of a non-specific algorithm based on HMM Speech Recognition System, describes a specific implementation process, including preprocessing, feature extraction and template para
-
-
0下载:
语音识别预处理函数,简单的算法,用于对语音预处理的了解。matlab代码-Speech recognition preprocessing function, a simple algorithm for preprocessing of speech understanding. matlab code
-
-
0下载:
这是一段语音识别的c++源程序,包括预处理,端点检测,线性倒谱系数,dtw算法模式匹配。-This is a speech recognition c++ source, including preprocessing, detection, linear cepstrum, dtw algorithm for pattern matching.
-
-
1下载:
这是我的毕业设计的完整程序,非常有参考价值,包括数据,预处理,训练,识别,包括眼马尔科夫模型和神级网络,马上毕业了,传上做个纪念-This is my graduation project of the complete program is very valuable, including data, preprocessing, training, recognition, including the eye-level Markov model and the God of the net
-
-
0下载:
本段程序包含了语音识别预处理中的采样、量化、预加重、分帧加窗等程序,另外添加了端点检测需要的短时能量、过零率的程序,经实验测试,运行结果符合理论期望-Procedures in this paragraph contains the voice recognition preprocessing sampling to quantify the pre-emphasis, framing windowed program, the addition of short-term energy ne
-
-
0下载:
基于matlab采集语音信号;实现语音预加重、过零检测、分帧等预处理;实现可视化界面设计,完成语音预处理过程显示;-Matlab based speech signal acquisition, voice pre emphasis, zero detection, sub frame, etc. preprocessing visual interface design, complete voice preprocessing process display
-
-
1下载:
摘 要:本论文主要研究了语音识别的基本原理,对语音识别系统的构成进行分析处理,其中包括预处理、特征参数提取、建立模块库、识别匹配几大部分。预处理又包括语音采样、预加重、加窗(汉明窗)、端点检测;特征提取的参数是梅尔频率倒谱系数MFCC。
该语音系统采用的是动态时间伸缩算法(DTW),研究对象是特定人的语音识别,并在MATLAB平台上实现。为了进行后续研究,首先使用电脑中的录音系统录制了阿拉伯数字0—9的语音文件,并转化成 “.wav”格式的文件。-Abstract: This thesis
-