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

Search list

[Speech/Voice recognition/combinecdhmm

Description: matlab下实现的用于语音识别的一些算法,包括hmm参数提取,viterbi识别算法,mfcc参数提取算法,端点检测算法等,对于做语音识别的来说都是很有用的-under Matlab for the voice recognition algorithm, including hmm parameter extraction, Recognition Viterbi algorithm, mfcc parameter extraction algorithm, endpoint detection algorithm. voice recognition for doing the run are very helpful!
Platform: | Size: 538141 | Author: 张兵 | Hits:

[Speech/Voice recognition/combinehmm的c++语言实现

Description: c++实现HMM,向前向后算法,Viterbi算法,Baum-Welch算法。其中包括用c++定义的HMM数据结构。全部是cpp和h的文件-c achieve HMM, forward backward algorithm, Viterbi algorithm, Baum-Welch algorithm. C including the use of the HMM definition data structure. Cpp all the documents and h
Platform: | Size: 8192 | Author: 宋敏 | Hits:

[Speech/Voice recognition/combinecdhmm

Description: matlab下实现的用于语音识别的一些算法,包括hmm参数提取,viterbi识别算法,mfcc参数提取算法,端点检测算法等,对于做语音识别的来说都是很有用的-under Matlab for the voice recognition algorithm, including hmm parameter extraction, Recognition Viterbi algorithm, mfcc parameter extraction algorithm, endpoint detection algorithm. voice recognition for doing the run are very helpful!
Platform: | Size: 537600 | Author: 张兵 | Hits:

[matlab313viterbidecode

Description: 这个是隐markov模型中viterbi算法实现的一个具体实例程序 很好-This is a hidden markov models Viterbi Algorithm in a specific example of good procedures
Platform: | Size: 1024 | Author: juliamie | Hits:

[Speech/Voice recognition/combinecdhmm

Description: viterbi识别代码以及给出了数字0-9的HMM模型,由M语言实现,已经调试通过.-viterbi identification code, as well as figures 0-9 are given the HMM model, by the M language, have been debug through.
Platform: | Size: 47104 | Author: lgr | Hits:

[Communication-Mobilehmm-viterbi-c

Description: 下载的一个不错的HMM程序,主要实现HMM中的viterbi最佳路径选择算法,用vc编写,可以根据自己需要参考修改 this is a excellent HMM program,it completes the VITERBI algorithm in HMM.-Download a good HMM procedure, the main HMM realize the viterbi best path selection algorithm, using vc prepared, you can modify according to their need to reference this is a excellent HMM program, it completes the VITERBI algorithm in HMM.
Platform: | Size: 886784 | Author: macui | Hits:

[AI-NN-PRhmm

Description: 隐马尔可夫链模型和例程(包括前向、后向算法、Viterbi解码以及为了减少概率数值计算误差编写的对数运算程序)-Introduction to Hiden Markov Model and Example Codes
Platform: | Size: 308224 | Author: 冰激凌 | Hits:

[Speech/Voice recognition/combineCreate

Description: Speech Recognition system using HMM...includes Viterbi , Forwarding and Backtracking Algorithm
Platform: | Size: 6144 | Author: shekhar | Hits:

[Speech/Voice recognition/combineviterbi

Description: viterbi算法详细介绍,结合例子说明hmm模型-Details viterbi algorithm, combined with examples of model hmm
Platform: | Size: 1024 | Author: 宗丹 | Hits:

[Multimedia programviterbi

Description: viterbi算法,用于HMM(隐马尔科夫模型)中。-viterbi
Platform: | Size: 1024 | Author: michael | Hits:

[matlabHmm

Description: Hidden Markov Model Toolbox
Platform: | Size: 1024 | Author: q | Hits:

[Speech/Voice recognition/combineHMMforspeechrecogntion

Description: 一个可执行的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-Welch based re-estimation and Viterbi algorithm involved in HMM. it helps much better understand the HMM algorithm and its application for speech recogntion.
Platform: | Size: 1179648 | Author: wh | Hits:

[matlabcdhmm

Description: 连续隐马尔可夫识别程序。 包含的模块,可以比较完整地进行语言识别。 主要模块: Test.m Train.m viterbi.m baum.m pdf.m recog.m mixture.m mfcc.m -speech recognize using HMM include 11 matlab fuction: Test.m Train.m viterbi.m baum.m pdf.m recog.m mixture.m mfcc.m
Platform: | Size: 537600 | Author: JF | 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:

[matlabviterbi

Description: 实现hmm基本算法。此代码实现基本的viterbi算法。有学习功能-The matlab code implements Viterbi algorith to realize HMM s learning.
Platform: | Size: 1024 | Author: 孙先生 | Hits:

[AlgorithmHMM

Description: Hidden markov model toobox with viterbi path
Platform: | Size: 35840 | Author: Jake | Hits:

[matlabmatlab

Description: 了解隐马尔科夫模型HMM的概念、组成和需要解决的问题;通过matlab分析和三个基本算法分析读研和就业问题:forward算法、Viterbi算法和Baum-Welch算法-Understand the concept of Hidden Markov Model HMM, composition and problems to be solved matlab analysis by three basic algorithms: forward algorithm, Viterbi algorithm and Baum-Welch algorithm
Platform: | Size: 63488 | Author: laimingzhi | Hits:

[matlabmatlab-experiment

Description: 了解隐马尔科夫模型HMM的概念、组成和需要解决的问题;掌握三个基本算法:forward算法、Viterbi算法和Baum-Welch算法,并利用matlab进行实验分析一道具体问题-Understand the concept of Hidden Markov Model HMM, composition and problems to be solved mastered three basic algorithms: forward algorithm, Viterbi algorithm and Baum-Welch algorithm and experimental analysis using matlab specific problems together
Platform: | Size: 154624 | Author: laimingzhi | Hits:

[matlabhmm

Description: 解决隐马尔科夫问题中的MATLAB程序,包含前后向算法,Viterbi求解,BaumWelch求解(MATLAB in solving the problem of hidden markov, including front and back to the algorithm, Viterbi, BaumWelch solution)
Platform: | Size: 1024 | Author: hxchxc | Hits:

CodeBus www.codebus.net