2014年11月6日

Viterbi算法

摘要: clc;clear all;close all;Start_Pi = [-1,-1];State_k = ['H','L'];% 转移矩阵Transition_matrix = [-1,-1.322;-1.322,-0.737];% 0 H L % H -1 ... 阅读全文

posted @ 2014-11-06 15:19 Kermit.Li 阅读(170) 评论(0) 推荐(0)

导航