登录
首页 » matlab » hmm

hmm

于 2010-09-16 发布 文件大小:526KB
0 292
下载积分: 1 下载次数: 432

代码说明:

  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.)

文件列表:

hmm
...\baum.m,1511,2001-11-12
...\getparam.m,1990,2002-02-28
...\hmm.mat,63856,2001-11-12
...\inithmm.asv,1266,2009-10-19
...\inithmm.m,1266,2009-10-19
...\main.m,165,2001-11-13
...\mfcc.m,859,2001-11-09
...\mixture.m,357,2001-11-11
...\pdf.m,230,2001-11-10
...\recog.asv,264,2009-10-19
...\recog.m,252,2009-10-18
...\samples.mat,630000,2001-11-12
...\train.m,839,2001-11-13
...\vad.m,1860,2009-10-18
...\viterbi.m,1026,2001-11-11

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 49759
    验证码小识别源码程序,结合易语言位图支持库,调用易语言模块实现验证码识别。(Little recognition source code program , combined with easy language bitmap support library , call easy language module verification code recognition .)
    2015-03-23 19:50:31下载
    积分:1
  • GMM
    matlab 实现的基于GMM的说话人识别系统(matlab implementation of the GMM-based speaker recognition system)
    2011-11-28 14:46:38下载
    积分:1
  • 603
    验证码识别简化源码程序,结合易语言位图操作支持库和应用接口支持库,实现验证码图像的识别简化。(Verification code identifying the source simplify procedures , combined with easy language bitmap operations support libraries and application interface support library that implements a simplified identification verification code image .)
    2016-04-09 17:48:20下载
    积分:1
  • EMOTION-RECOGNITION-OF-SPEECH
    特定人语音情感识别系统 关键词:语音信号,情感特征,情感识别 含论文、源代码、实验数据等( EMOTION RECOGNITION OF SPEECH BASED ON MATLAB Keywords:Speech Signal,Emotional Feature,Emotion Recognition)
    2012-05-02 10:10:52下载
    积分:1
  • rebuilt.HumanTimbre_recognition-master
    利用mfcc特性进行语音识别,分类算法为svm。(Speech recognition using MFCC characteristics)
    2018-03-31 11:16:48下载
    积分:1
  • reading
    对于初学者来说是一个很好的用的阅读文件,希望在数据库方面好好的阅读,(It is a good reading document for beginners. I hope to read it well in the database.)
    2019-05-10 09:17:14下载
    积分:1
  • 52_HQ
    一种关于倒谱的实现研究处理方法的总结以及展望(One kind of research on cepstrum processing method to achieve a summary and outlook)
    2013-10-24 15:06:24下载
    积分:1
  • 4999929
    C#的WinForm项目的dataGridView控件的CheckBox(The CheckBox of the dataGridView control for the WinForm project of the C #)
    2019-05-09 12:25:41下载
    积分:1
  • FFTandicft
    C语言fft和ifdct的函数,可以直接使用(C language functions fft and ifdct can be directly used)
    2009-01-22 00:37:40下载
    积分:1
  • Dereverberation
    通常语音信号在增强时会出现混响现象,演讲者为了消除背景混响,不得不频繁地偏转头部的方向,这样会造成脉冲响应的不断改变。我们结合盲解卷法和频谱消去法来提高逆滤波器的滤波效果。我们利用输入语音信号间的相关系数矩阵计算出稳定、精确的室内脉冲响应的逆滤波器,而这些输入信号无需测量室内的脉冲响应就能被观测到。逆滤波能够消除早期的反射,这些反射包含混响中的绝大部分能量。之后,用频谱消去法来抑制逆滤波后的信号的尾部混响。本方法在实际适应性方面的表现通过具体的实验进行了验证,结果表明盲解卷法和频谱消去法的结合相较于单独使用一种方法,能够提供一个更优越的演说环境。(Usually voice signal will be enhanced when the reverberation phenomenon, the speaker in order to eliminate the background reverberation, and had to frequently deflect the direction of the head, this will cause the impulse response of changing. We combine the blind deconvolution and spectral elimination method to improve the filtering effect of the inverse filter. We use the correlation coefficient matrix between the input speech signal to calculate the stable, accurate inverse filter of the indoor impulse response, and these input signals do not need to measure the room impulse response can be observed. Inverse filtering to eliminate early reflections, these reflections contains most of the energy in the reverberation. After the spectrum elimination method to suppress the tail reverberation of the signal after the inverse filtering. Performance in the actual adaptation of the method by specific experimental validation results show that the blind deconvolution and spectrum to eliminate )
    2012-04-17 22:18:00下载
    积分:1
  • 696516资源总数
  • 106627会员总数
  • 16今日下载