Welcome![Sign In][Sign Up]
Location:
Search - speech hmm matlab

Search list

[Speech/Voice recognition/combineMatlab HMM

Description: MATLAB编写的用于语音识别的程序 主要内容为隐马尔可夫程序-MATLAB prepared for the speech recognition process mainly as Hidden Markov proce
Platform: | Size: 37888 | Author: xu | Hits:

[Speech/Voice recognition/combinehmm--matlab

Description: 用matlab编写的基于hmm模型的语音识别程序,但是调试好像有些问题,欢迎指正:)-prepared using Matlab model based hmm voice identification procedures, but there seems to be some debugging, and welcomes the correction :)
Platform: | Size: 329728 | Author: dorothy | Hits:

[Speech/Voice recognition/combineVQ_HMM

Description: 用matlab编程来实现,用HMM模型进行孤立词的语音识别-using Matlab programming to achieve with HMM term isolation of Speech Recognition
Platform: | Size: 1024 | Author: 李凌 | Hits:

[Speech/Voice recognition/combinespeech classification

Description: 这是一个以HMM为基础的语音训练模形源码从中可以了解HMM如何做参数撷取及如何辨识-this is a HMM-based voice training from the source pattern HMM can understand how to do and how to capture parameter identification
Platform: | Size: 31744 | Author: 小王 | Hits:

[Speech/Voice recognition/combineVAD-DTW-HMM

Description: 端点检测和基于DTW和HMM的孤立词识别和连续语音识别-endpoint detection and DTW-based HMM and isolated word recognition and Continuous Speech Recognition
Platform: | Size: 543744 | Author: 夏洪他 | Hits:

[Speech/Voice recognition/combinespeech_recognize(hmm)

Description: 工具:ultraedit32 说明:汇总了经典hmm各种算法源码及相关语音系统设计实现的代码。-tools : ultraedit32 : hmm summary of the various classical algorithm source code and related system design to achieve Speech codes.
Platform: | Size: 3673088 | Author: kvb | Hits:

[Speech/Voice recognition/combineSpeech-recognition.hmm

Description: 利用hmm的孤立字(词)语音识别系统,经典的算法,没有图形界面,需要的可以完善一下。-use hmm isolated words (words) speech recognition system, the classical algorithm, no graphical interface, need to be perfect in this.
Platform: | Size: 268288 | Author: 张维镇 | Hits:

[Speech/Voice recognition/combinehmm-matlab

Description: matlab实现的基于HMM模型的语音识别系统,很实用!-Matlab achieve the HMM-based speech recognition systems, a very practical!
Platform: | Size: 55296 | Author: hhh | Hits:

[Speech/Voice recognition/combineHMM1

Description: 一个HMM的Matlab实现方法,可实现孤立词语音识别-The Matlab realize a HMM method can realize an isolated word speech recognition
Platform: | Size: 818176 | Author: 陈楠 | Hits:

[Software EngineeringHMM

Description: HMM非特定人连续语音识别的嵌入式实现-HMM were non-specific embedded continuous speech recognition to achieve
Platform: | Size: 183296 | Author: dddd | Hits:

[Speech/Voice recognition/combineHMM

Description: 语音会识别的HMM模型工具,函数全面功能强大,是研究语音识别相关课题的必备工具。-Speech recognition HMM will model tool, a comprehensive powerful function is to examine issues related to speech recognition tool.
Platform: | Size: 36864 | Author: | Hits:

[Speech/Voice recognition/combineHMM

Description: 基于马尔可夫模型的语音识别 -Markov Model-based Speech Recognition
Platform: | Size: 35840 | Author: lin | Hits:

[Speech/Voice recognition/combinespeech-recognition-based-on-hmm

Description: 自己编写的语音识别程序-基于隐马尔可夫模型的语音识别-I have written the speech recognition program- Based on Hidden Markov Model Speech Recognition
Platform: | Size: 5120 | Author: 小苗 | Hits:

[Speech/Voice recognition/combineHMM

Description: 阴马尔可夫模型的实现,还有一些例子,文件较多,可用与HMM的语音识别-The realization of Markov model overcast, there are some examples, the document more usable and HMM Speech Recognition
Platform: | Size: 36864 | Author: cao | Hits:

[Windows Develop99273875hmm-matlab

Description: 语音识别程序,基于matlab,程序较为简单,实现基本功能-Speech recognition process, based on matlab, a relatively simple procedure to achieve the basic functions of
Platform: | Size: 56320 | Author: 阿造哥 | Hits:

[OtherHMM

Description: hmm详细的介绍和应用,讲得很好!有hmm的基本介绍和hmm在语音识别方面的应用-hmm detailed introduction and applications, very well! Hmm there is a basic introduction and hmm in speech recognition applications
Platform: | Size: 2813952 | Author: 阿才 | Hits:

[Speech/Voice recognition/combinehmm

Description: speech recognition using hidden markov model making it speaker independent Using Matlab 7.5[2008b]
Platform: | Size: 10031104 | Author: kani | Hits:

[OtherHMM-lunwen

Description: 基于隐马尔科夫HMM的语音识别算法和聚类-Based on Hidden Markov HMM speech recognition algorithm and clustering
Platform: | Size: 1250304 | Author: jianxin | Hits:

[Speech/Voice recognition/combinehmm

Description: hmm文件时运用HMM算法实现噪声环境下语音识别的。其中vad.m是端点检测程序;mfcc.m是计算MFCC参数的程序;pdf.m函数是计算给定观察向量对该高斯概率密度函数的输出概率;mixture.m是计算观察向量对于某个HMM状态的输出概率,也就是观察向量对该状态的若干高斯混合元的输出概率的线性组合;getparam.m函数是计算前向概率、后向概率、标定系数等参数;viterbi.m是实现Viterbi算法;baum.m是实现Baum-Welch算法;inithmm.m是初始化参数;train.m是训练程序;main.m是训练程序的脚本文件;recog.m是识别程序。-hmm HMM algorithm file using speech recognition in noisy environments. Which is the endpoint detection process vad.m mfcc.m procedure is to calculate the MFCC parameters pdf.m function is calculated for a given observation vector of the Gaussian probability density function of output probability mixture.m is to calculate the observation vector for a HMM state output probability of observation vector is the number of Gaussian mixture per state output probability of the linear combination getparam.m before the calculation of the probability function, backward probability, calibration coefficients and other parameters viterbi.m is Viterbi algorithm implementation baum.m Baum-Welch algorithm to achieve inithmm.m is the initialization parameters train.m is the training program main.m training program is a script file recog.m is to identify procedures.
Platform: | Size: 538624 | Author: 于军 | Hits:

[Speech/Voice recognition/combine0-9(Speech-Recogenition)

Description: 用matlab仿真0到9十个数字的语音识别 1、对语音的WAV文件和LAB文件进行处理,产生十个文件,每个文件对应于一个数字,存贮着该数字的波形文件。(shujuzhengli.m) 2、分别利用上面十个文件训练出十个HMM模板,具体方法是:首先将语音的波形文件分帧,以128个点为一帧,帧移为64,每一帧通过mfcc.m计算出13个系数,随着波形的长度不同,一个语音文件可以计算得到13*N个系数,截取13*15的矩阵(mfcc系数)用作训练数据。一般一个HMM模板用20组mfcc系数训练,得到初始状态分布、状态转移矩阵、高斯正态分布的均值和方差以及混合矩阵,这就是该语音的特征,存贮下来,识别的时候使用。(trainmfcc.m) 3、识别过程:识别的前面部分与训练相似,都是要计算得到mfcc系数,不同在于,识别时,将计算得到的mfcc 参数分别代入训练得到的HMM模板求出概率,比较出最大概率者,则该模板对应的数字就是识别的数字。(shibiesb.m) 4、用大量语音文件做测试,结果正确率为90 以上。-Speech Recogonition: Mumber 0-9
Platform: | Size: 111616 | Author: Fatso Ding | Hits:
« 12 3 4 5 6 7 8 9 10 »

CodeBus www.codebus.net