搜索资源列表
0-9(Speech-Recogenition)用matlab仿真0到9十个数字的语音识别
- 用matlab仿真0到9十个数字的语音识别 1、对语音的WAV文件和LAB文件进行处理,产生十个文件,每个文件对应于一个数字,存贮着该数字的波形文件。(shujuzhengli.m) 2、分别利用上面十个文件训练出十个HMM模板,具体方法是:首先将语音的波形文件分帧,以128个点为一帧,帧移为64,每一帧通过mfcc.m计算出13个系数,随着波形的长度不同,一个语音文件可以计算得到13*N个系数,截取13*15的矩阵(mfcc系数)用作训练数据。一般一个HMM模板用20组mfcc系数
MFCCdeC
- 工程包括声音文件的读取、预处理、MFCC参数的提取、最后的聚类函数,对于做语音识别的人帮助很大-The works will include the sound files to read, pre-treatment, MFCC parameters extracted, the final clustering function, to do speech recognition for the great help of people
vc_speak_recegnition
- vc++语音识别 vc++语音识别 vc++语音识别 -VC++speak_recognition
mfcc
- 语音识别中的mfcc源代码,有比较好的参考价值,希望能帮到需要它的人!-Speech Recognition mfcc source code, there is a better reference value, hoping to help those who need it!
mfcc2
- mfcc 语音识别的很好用的一个工具,可以帮助快速提取特征参数~-mfcc good use of voice recognition as a tool to help quickly extract feature parameters ~
speech
- 完成基于MFCC的语音识别系统仿真,文件中带有完成语音识别训练的源文件-Completion of MFCC-based speech recognition system simulation, document the completion of speech recognition training with the source file
mfccc
- MFCC参数很好的反映了人耳的听觉特性,所以在语音识别中我们也用到他,本代码是用matlab仿真了MFCC 参数的提取过程.-MFCC parameters well reflected the auditory characteristics of the human ear, so in speech recognition, we also used him, and this code is used matlab simulation parameters of the MFCC ex
mfcc
- 本文件包含语音识别语音识别中一些算法,加框处理的算法,以及进行mfcc和倒谱的算法,用matlab算法实现。另外还包含一个音频文件。-This document contains the speech recognition in a number of speech recognition algorithms, the algorithm deal with framing, as well as cepstrum mfcc and the algorithm implementation
Mfccvq
- 语音识别中提取mfcc特征矢量和矢量量化的c程序-Mfcc speech recognition to extract feature vector and the vector quantization process of c
yuyingshibie
- matlab实现的很有用的语音识别源代码,包括MFCC,LPCC,DTW,Mel滤波器,端点检测等程序的实现。-Useful code of audio recognization writed by matlab, inclucing MFCC, LPCC, DTW, Mel Filter, Port Detection etc.
mfcc-extraction
- 语音识别中的mfcc参数提取程序,从HTK中剪出来的,结果和HTK得出来的一模一样(配置文件已给)。39维的,带能量。-mfcc extraction process.Come from the HTK
HMMforspeechrecogntion
- 一个可执行的HMM语音识别程序例程,实现了对10个数字音的识别程序,包含了HMM语音识别中的分段,MFCC特征提取,Baum-Welch训练,及Viterbi等算法,通过此例程可以很好的理解HMM的算法原理-An executable HMM-based 10 digits speech recogntion program example. this code zip file includes segmentation, MFCC feature extraction, Baum-Welc
mfcc
- 本源代码用于语音识别,和说话人识别,本程序简单易懂-Speech Recognition
mfcc
- 将语音识别里的MFCC参数提取算法,应用matlab实现-Voice recognition in the MFCC extraction algorithm, application matlab implementation
MFCC
- 介绍语音识别中特征参数mfcc的改进算法,对于语音识别和语音合成有更好的效率-Introduction of speech recognition feature parameters mfcc improved algorithm for speech recognition and speech synthesis for better efficiency
mfcc
- 通过预处理、端点检测、mfcc的方法进行语音识别-It s about speech recognition
MFCC-Parameter-java-Vertion
- 特定人的DTW语音识别算法java版,这个文件主要计算MFCC输出参数,计算中涉及FFT算法。-calculate MFCC parameters based on DTW
rebuilt.HumanTimbre_recognition-master
- 利用mfcc特性进行语音识别,分类算法为svm。(Speech recognition using MFCC characteristics)
基于MFCC的GMM的语音识别
- 基于MFCC的GMM的语音识别,先是通过MFCC提取语音信号的特征向量,然后用GMM进行分类识别(Voice recognition of GMM based on MFCC.First, the feature vectors of speech signals are extracted through MFCC, and then classified by GMM.)
hmm声音识别
- CHMM语音识别程序,十个字的识别。隐式马尔科夫模型。(CHMM Speech Recognition Program, Recognition of Ten Characters)