📄 readme.txt~
字号:
Hidden Markov Model (HMM) Toolbox written by Kevin Murphy (1998).See http://www.ai.mit.edu/~murphyk/Software/hmm.html for details.This version was last updated on 5 May 2004.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.Changelog----------- 5 May 2004. Replaced calls to normaliseC with normalise, for maximumportability.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -