搜索资源列表
基于mfcc和加权矢量量化的说话人识别系统
- 关于MFCC的算法
几种语音识别算法的比较
- 几种小训练样品集的数字语音识别模型的比较性研究
是一个语音识别的程序
- 是一个语音识别的程序,有LPCC,MFCC等的代码,最后用SVM进行分类-Is a voice recognition program, there LPCC, MFCC and other code, the final classification with SVM
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系数
mfcc.rar
- 为MFCC的MATLAB程序,用于语音识别结束的特征参数提取,MFCC
一种基于mfcc语音特征提取方法
- 一种基于mfcc语音特征提取方法,识别率还可以.rar
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
- 用VC++实现的关于语音识别中提取MFCC程序,有界面,程序能运行成功。-Use of the vc of voice recognition mfcc program, the interface, the application can run.
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 ~
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
- 语音识别的梅尔特征提取算法,matlab 含注释-Mel speech recognition feature extraction algorithm, matlab with comments
MFCC
- 语音识别,建立一个mfc,可以实现文字转语音,可直接运行(Audio feature recognition)
matlab语音识别系统(源代码)
- 基于mfcc参数的语音识别,matlab代码,可以对孤立语音词识别(Speech recognition based on MFCC parameters, matlab code, can identify isolated speech words)
基于Labview的语音识别程序
- 语音识别代码,基于labview,有labview程序,希望有所帮助(dggfeefadsffsfsagfagdgdsg)
用遗传算法实现语音识别--基于mfcc参数
- 用遗传算法实现语音识别--基于mfcc参数(Speech recognition based on genetic algorithm -- Based on MFCC parameters)
基于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)