登录
首页 » matlab » 马尔科夫模型代码hmm_toolbox

马尔科夫模型代码hmm_toolbox

于 2020-07-07 发布 文件大小:233KB
0 169
下载积分: 1 下载次数: 95

代码说明:

  马尔科夫模型代码,包括连续马尔科夫和离散马尔科夫(HMM code,CHMM DHMM)

文件列表:

hmm_toolbox
...........\examples
...........\........\poligons_CHMM
...........\........\.............\CHMM_DEF.M,4817,2004-05-14
...........\........\.............\plot_CHMM.m,4893,2004-05-19
...........\........\.............\pol2contourcont.m,787,2004-05-21
...........\........\.............\poligono.m,1421,2004-05-21
...........\........\.............\prueba.m,3465,2004-05-19
...........\........\.............\trainCHMM.m,1711,2004-05-12
...........\........\poligons_DHMM
...........\........\.............\DHMM_DEF.M,7646,2004-05-12
...........\........\.............\plot_HMM.m,2532,2004-05-12
...........\........\.............\pol2contourcont.m,787,2004-05-21
...........\........\.............\poligono.m,1421,2004-05-21
...........\........\.............\prueba.m,3461,2004-05-12
...........\........\.............\train.m,1710,2004-05-10
...........\........\poligons_dhmm2chmm
...........\........\..................\DHMM_DEF.M,7646,2004-05-12
...........\........\..................\plot_CHMM.m,4163,2004-05-20
...........\........\..................\plot_dis_symb.m,573,2004-05-20
...........\........\..................\pol2contourcont.m,787,2004-05-21
...........\........\..................\poligono.m,1421,2004-05-21
...........\........\..................\prueba.m,3461,2004-05-20
...........\........\..................\train.m,1950,2004-05-21
...........\Readme.txt,1827,2004-05-21
...........\toolbox
...........\.......\Alfa.dll,52224,2003-04-21
...........\.......\Alfa.m,2159,2004-05-03
...........\.......\AlfaBeta.dll,52736,2003-04-21
...........\.......\AlfaBeta.m,3226,2004-05-03
...........\.......\Alfabetac.m,3667,2004-05-03
...........\.......\Baum.dll,12288,2003-07-02
...........\.......\Baum.m,5838,2004-05-06
...........\.......\Baumc.m,7080,2004-05-06
...........\.......\CHMM.m,8313,2004-05-12
...........\.......\CHMM_DEF.M,4599,2004-05-12
...........\.......\CHMM_MEN.M,911,2004-05-12
...........\.......\DHMM.M,10507,2004-05-11
...........\.......\dhmm2chmm.m,3898,2004-05-19
...........\.......\DHMM_DEF.M,6840,2004-05-11
...........\.......\DHMM_MEN.M,921,2004-05-12
...........\.......\Etiquetado.m,1932,2004-05-03
...........\.......\formato_lectura_secuencial.m,2423,2004-05-03
...........\.......\GENCHMM.M,3261,2004-05-12
...........\.......\GenHMM.dll,53248,2003-04-21
...........\.......\GenHMM.m,2058,2004-05-11
...........\.......\gen_bib.m,5908,2004-05-03
...........\.......\IniciacHMM.m,4102,2004-05-12
...........\.......\IniciaHMM.m,2936,2004-05-04
...........\.......\KMedias.m,3868,2004-05-06
...........\.......\ProbSec.dll,52736,2003-04-21
...........\.......\ProbSec.m,2687,2004-05-10
...........\.......\PROBSECC.DLL,7680,2003-06-16
...........\.......\probsecC.m,2986,2004-05-04
...........\.......\probsimb.dll,7680,2002-07-08
...........\.......\Probsimb.m,3724,2004-05-07
...........\.......\ProdBO.dll,52224,2003-04-21
...........\.......\ProdBO.m,1053,2004-05-04
...........\.......\prueba.txt,646,2004-03-11
...........\.......\resulhmm.m,3781,2004-05-05
...........\.......\ROC.m,3849,2004-05-05
...........\.......\VERFDP.M,2195,2004-05-06
...........\.......\Viterbi.dll,53248,2003-04-21
...........\.......\Viterbi.m,2014,2004-05-06
...........\.......\VITERBIC.DLL,7680,2003-04-21
...........\.......\Viterbic.m,2433,2004-05-06

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

发表评论

0 个回复

  • AEC
    基于LMS算法和NLMS算法的自适应声回波消除器AEC,实现的主要功能是:在用户对电视发出的指令混杂了电视扬声器的声学回声的情况下,滤掉电视声音得到较为纯净的用户语音指令信号。(The main function of the adaptive filter based on the LMS algorithm and the NLMS algorithm is mixed: in the instruction issued by the user on the television TV speakers acoustic echo case, the TV sound was removed by filtration to obtain relatively pure user voice command signal.)
    2012-10-29 16:49:47下载
    积分:1
  • uds-c-master
    uds 诊断主机模式,采用C语言作为开发语音。( This is a platform agnostic C library that implements the Unified Diagnostics Services protocol for automotive electronics. UDS is documented in ISO 14229 and is the underpinning for the more well-known On-board Diagnostics (OBD) standard. The library currently supports UDS running over CAN (ISO 15765-4), which uses the ISO-TP (ISO 15765-2) protocol for message framing. This library doesn t assume anything about the source of your diagnostic message requests or underlying interface to the CAN bus)
    2020-12-14 16:29:14下载
    积分:1
  • vad
    可对一段信号进行分帧加窗,利用过零率和短时能量检测语音端点(It can divide the frame into a window and use the zero crossing rate and short time energy to detect speech endpoints.)
    2018-04-21 11:28:30下载
    积分: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
  • jmnhb
    是信号处理的基础,完整的基于HMM的语音识别系统,外文资料里面的源代码。( Is the basis of the signal processing, Complete HMM-based speech recognition system, Foreign materials inside the source code.)
    2017-04-17 15:26:58下载
    积分:1
  • cochleagram.tar
    一个语音分析程序,包含gammatone滤波器组的分解和重组。对学习语音分析的很有帮助(A speech analysis program contains the gammatone filter group decomposition and reorganization. Helpful learning speech analysis)
    2020-12-20 12:59:10下载
    积分:1
  • programme
    一个LMS自适应信号增强。输入信号是一个正弦 波将白噪声。 详细介绍了程序源代码(An LMS adaptive signal enhancement. The input signal is a sine wave with added white noise. The detailed description is in the program source code)
    2010-05-17 16:27:14下载
    积分:1
  • AFD1-AFD2
    光伏孤岛检测经典移相法,移频法,还有被动识别法的仿真(PV islanding detection classical phase shift method, the shift frequency, as well as passive identification method simulation)
    2013-03-21 10:43:18下载
    积分:1
  • esp1
    求语谱图的matlab程序,非常有用(Spectra for the matlab language program, very useful)
    2008-08-04 23:36:10下载
    积分:1
  • voicehmm
    这是我的毕业设计的完整程序,非常有参考价值,包括数据,预处理,训练,识别,包括眼马尔科夫模型和神级网络,马上毕业了,传上做个纪念(This is my graduation project of the complete program is very valuable, including data, preprocessing, training, recognition, including the eye-level Markov model and the God of the network, once graduated, to be a memorial mass on )
    2011-05-05 02:31:12下载
    积分:1
  • 696524资源总数
  • 103930会员总数
  • 47今日下载