登录
首页 » matlab » HMM

HMM

于 2021-03-02 发布
0 142
下载积分: 1 下载次数: 1

代码说明:

说明:  HMM的演示源程序,详细解释了HMM的过程,实现了基本的语音识别功能(HMM demonstration source program, explained the process of HMM in detail, realized the basic speech recognition function)

文件列表:

HMM, 0 , 2021-03-02
HMM\Examples, 0 , 2021-03-02
HMM\Examples\fixed_lag_demo.m, 990 , 1999-11-27
HMM\Examples\learn_dhmm_demo.m, 319 , 1999-11-27
HMM\Examples\learn_mhmm_demo.m, 266 , 1999-11-27
HMM\Examples\online_em_demo.m, 2223 , 1999-11-27
HMM\Old, 0 , 2021-03-02
HMM\Old\example1.m, 1592 , 1999-11-27
HMM\Old\fixed_lag_smoother.m, 1952 , 1999-11-27
HMM\Old\learn_hmm.m, 4021 , 1999-11-27
HMM\Old\online_em.m, 2392 , 1999-11-27
HMM\Old\online_em_hmm_demo.m, 2092 , 1999-11-27
HMM\Old\online_em_pomdp_demo.m, 2736 , 1999-11-27
HMM\Old\sample_markov_chain.m, 1161 , 1999-11-27
HMM\README, 184 , 1999-11-27
HMM\approxeq.m, 225 , 1999-11-27
HMM\consist.m, 2633 , 1999-11-27
HMM\dist2.m, 821 , 1999-11-27
HMM\em_converged.m, 829 , 1999-11-27
HMM\enumerate_loglik.m, 552 , 1999-11-27
HMM\fhmm_infer.m, 7936 , 1999-11-27
HMM\fixed_lag_smoother.m, 2132 , 1999-11-27
HMM\forwards.m, 1332 , 1999-11-27
HMM\forwards_backwards.m, 3600 , 1999-11-27
HMM\gaussian_prob.m, 607 , 1999-11-27
HMM\gmm.m, 2324 , 1999-11-27
HMM\gmminit.m, 2979 , 1999-11-27
HMM\init_mhmm.m, 1790 , 1999-11-27
HMM\kmeans.m, 3592 , 1999-11-27
HMM\learn_hmm.m, 5608 , 1999-11-27
HMM\learn_mhmm.m, 5662 , 1999-11-27
HMM\mk_dhmm_obs_lik.m, 558 , 1999-11-27
HMM\mk_fhmm_topology.m, 378 , 1999-11-27
HMM\mk_ghmm_obs_lik.m, 487 , 1999-11-27
HMM\mk_mhmm_obs_lik.m, 875 , 1999-11-27
HMM\mk_stochastic.m, 770 , 1999-11-27
HMM\normalise.m, 283 , 1999-11-27
HMM\online_em.m, 2359 , 1999-11-27
HMM\prob_path.m, 448 , 1999-11-27
HMM\sample_dhmm.m, 568 , 1999-11-27
HMM\sample_discrete.m, 561 , 1999-11-27
HMM\sample_mc.m, 442 , 1999-11-27
HMM\sample_mdp.m, 490 , 1999-11-27
HMM\sample_mhmm.m, 997 , 1999-11-27
HMM\sample_pomdp.m, 612 , 1999-11-27
HMM\viterbi_path.m, 1563 , 1999-11-27
HMM\说明.txt, 727 , 2006-02-21

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

发表评论

0 个回复

  • voice-conversion--MFCC-GMM
    实现多个人的说话人识别,基于gmm模型,用mfcc参数训练(voice conversion based on gmm)
    2013-10-16 22:52:27下载
    积分:1
  • speech-emotion-recognition-system
    gmm模型下的语音情感识别系统,GMM只是一个数学模型,只是对数据形态的拟和,但是和你所看到的数据分布存在出入也是正常的,因为用EM估计GMM的那些参数时,一般假设我们所得到的数据是不完备的(也就是说假设我们看到的数据分布不是真正的分布,它在运算时把那部分丢失或者叫隐藏的数据“补”上了)(gmm model speech emotion recognition system, GMM is a mathematical model, but fitting the data form, but you can see there is access to the data distribution is normal, because those with the EM estimated GMM parameters, the general assumption we get the data is incomplete (that is, assuming we see the distribution of the data distribution is not real, it is part of the operation at the time that is lost or hidden data is called " fill" on the))
    2011-04-27 09:02:20下载
    积分:1
  • GMM
    GMM - This code run very well and it has Demo
    2010-05-27 21:53:04下载
    积分:1
  • 000971
    语音识别,实现语音的识别功能,,特定人的语音识别。识别0~9的发音(Speech recognition, voice recognition function, a particular person' s speech recognition. Identify the pronunciation of 0 to 9)
    2011-05-13 11:01:54下载
    积分:1
  • mfcc
    谱减去,最常用的程序,实习除噪,语音增强(To achieve denoising)
    2012-05-08 15:39:06下载
    积分:1
  • melp-MATLAB
    本代码是基于matlab实现的melp算法,编码速率为2.4kb/s(This code is based on the matlab implementation melp algorithms, coding rate of 2.4kb/s)
    2009-12-15 09:39:51下载
    积分:1
  • svm-based-tone-recognition
    基于svm分类器的汉语声调识别,实现了对声调四声的识别,纯净语音识别率100 ,噪声环境下识别率90 (The svm classifier based Chinese tone recognition, the four tones of tone recognition, the pure voice recognition rate of 100 , 90 recognition rate in noisy environments)
    2013-01-23 11:02:47下载
    积分:1
  • code003
    基于TDOA声源定位算法仿真--MATLAB仿真(Simulation of Sound Source Location Based on TDOA--MATLAB Simulation)
    2020-06-17 18:20:02下载
    积分:1
  • PVVSSessP2Po
    语音通信控件源码点对点专用版简介VSession语音通信控件源码点对点专用版,版本2.0,此版本集成了G729A压缩算法,实时传输协议,话音清晰流畅!使用简单易懂方便!此控件源码是在本人以前发布的控件件源码VSessionn2.0版本的基础上,加入点对点通信时的呼叫,应答,挂断等通话前后的同步功能,使其用于点对点通信更加方便!如果您想要在程序源码中自定义点对点间的通话联系方式,或者有一对多,多对多的 (Voice communications control source peer-to-peer special edition Introduction VSession voice communication control source peer-to-peer special edition, version 2.0, this version integration the G729A compression algorithm, Real-time Transport Protocol, clear and smooth voice! Easy to understand and easy to use! This control source is in the I control previously released the parts source VSessionn2.0 version based on peer-to-peer communication call, answer, hang up, etc. the synchronization function before and after the call to make it more convenient for point-to-point communication ! If you want to program source from the definition of point-to-point calls between Contact, or one-to-many, many-to-many)
    2012-09-15 22:00:40下载
    积分:1
  • LSCF
    频域的模态参数识别方法之一,可以对振动信号进行分析处理,得出结构的固有频率,阻尼比,振型系数,方法很好,程序完整(Frequency-domain modal parameter identification methods that can analyze the vibration signal processing, draw the structure of natural frequencies, damping ratio, mode shape coefficient, very good method, program integrity)
    2020-07-03 06:20:02下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载