中文说明:在 zip 文件中有 4 个项目。"转发程序"、"落后的程序","大田","维特"。这一个小小的项目,在其中,维特比译码算法在"Viterbi.m"作为一个函数中实现和还有示例代码的使用此 mfile"ViterbiUser.m".in 此示例中,那里是金额,矩阵,这个矩阵的每个元素有一个概率。每个列的概率等于 1。事实上,行是"国家",因此 3 行是代理的 3 个国家。维特比算法,将找到的最大概率路径通过这个矩阵的所有步骤。结果将出现在 2 路,第一次作为一个网格以及第二序列在命令窗口中。喜欢它
English Description:
There are 4 project in zip file. "forward procedure" , "backward procedure" , "DTW" , "viterbi".This a little project in which, viterbi algorithm is implemented in "Viterbi.m" as a function and there is a sample code which use of this mfile "ViterbiUser.m".in this example, there is a matrix of amounts, and each element of this matrix has a probability. the sum of probability of each column is 1. in fact, rows are "states" so that 3 rows are agent of 3 states. viterbi algorithm, will find the max probability path for pass through all the steps of this matrix. the results will be shown in 2 way, first as a mesh and second as a squence in command window.enjoy it