readme.txt~

来自「详细介绍了隐马尔科夫链的原理和matlab代码实现」· TXT~ 代码 · 共 30 行

TXT~
30
字号
Hidden Markov Model (HMM) Toolbox written by Kevin Murphy (1998).See http://www.ai.mit.edu/~murphyk/Software/hmm.html for details.Installation------------1. Install netlab from http://www.ncrg.aston.ac.uk/netlab2. Install KPMtools and KPMstats from  http://www.ai.mit.edu/~murphyk/Software/index.html3. Assuming you installed all these files in your matlab directory, in Matlab typeaddpath matlab/netlabaddpath matlab/KPMtoolsaddpath matlab/KPMstatsaddpath matlab/HMMModels------dhmm = HMM with discrete outputmhmm = HMM with mixture of Gaussians output; Use mhmm with M=1 components to simulate an HMM with a single Gaussian output.References-----------See "A tutorial on Hidden Markov Models and selected applications in speech recognition", L. Rabiner, 1989, Proc. IEEE 77(2):257--286.

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?