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

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/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:

[matlabMFCCtiqumatlab

Description:
Platform: | Size: 1024 | Author: wxy | Hits:

[matlabspeechbox

Description: 《matlab扩展编程》光盘资料.关于端点检测,录音,参数提取,HMM,LPC,MFCC,DYW等一些源代码-err
Platform: | Size: 139264 | Author: feifei | 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:

[OtherSR

Description: 本 文 对 说话人识别技术作了较深入系统的研究。提出将不同的特征参数进行信 息互补组合,以整合出能够较全面反映说话人个人信息的新参数向量,并以此特征 参数进行文本相关的说话人识别系统设计。 文 章 同 时对说话人识别中的噪声问题进行比较研究,根据MFcC这一参数本身 的噪声鲁棒性特点,对其提取算法进行研究,引入依据嗓声强度而比例加权的思想, 得出抗噪声性能更好的加权MFCC特征参数。 文 中 根 据上述参数,分别采用基于动态时间规整(DTW)和隐马尔可夫模型 (HMM)的识别方法,对不同的说话人进行语音采集和识别,实验证明,本文中提 取的特征参数有很好的应用性能表现。-In thi sth eiss,the传sc峨hofspeakcrreco即itiontc比nologyislhoorughlydicsussed. Thediferentfeatu优isassembledtoPatch.achotheraccordingtoitsinformation,and thcnanewfcaturcvedorthatcanbetterreflectthesPcakcr,sinformationisformed.we usethisnew featuretodoourtext一dcPcndcntsPeakerrccognitio盯systemdesign. Th er ew eaiso乡vedeePreseaerhofthenoiseProbleminspeakcrrecognition.As lhe MFC Cfea盆ureh”goodn说se功bustn哪,westudyils欲lractarithmetica如advanc食hc id.atbaIwccanaddweighlsProPortionalIybasedonitsnoj“intcnsity,andwcget玄hc weigh妞dMFCCfcaturewhichisbettero015odresistedtheorotically
Platform: | Size: 2391040 | Author: 李靖 | 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:

[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:

[Speech/Voice recognition/combineMFCCPHMM

Description: 本实例程序是基于matlab的语音识别程序,通过提取传统的MFCC特征集,采用HMM分类器,作为对比实验是一个不错的选择。-This example the program matlab speech recognition program to extract MFCC feature set, the HMM classifier, as a comparative experiment is a good choice.
Platform: | Size: 24043520 | Author: lvchao | Hits:

[matlabHMM with skips and single Diagonal Gaussian

Description: 以MFCC作为特征参数,利用HMM算法进行语音识别(Speech recognition using HMM algorithm)
Platform: | Size: 26624 | Author: 充满魅力人 | Hits:

CodeBus www.codebus.net