Forward Viterbi Algorithm

버전 1.1.0.0 (1.83 KB) 작성자: David Conger
Forward Viterbi algorithm based on: http://en.wikipedia.org/wiki/Viterbi_algorithm
다운로드 수: 4.9K
업데이트 2010/1/12

라이선스 보기

Forward Viterbi algorithm based on the Python code found at: http://en.wikipedia.org/wiki/Viterbi_algorithm

Also included is an example based on the one from the Wikipedia page for a simple 2-state model with 4 observations. To paraphrase:

Bob tells Alice his daily activities (observations) and Alice wants to determine the most likely weather each day (states). Since Alice lives far away, the weather is unknown to her (hidden). Assuming that the states behave as a Markov process, and the observations have a statistical dependency on the states, the Viterbi algorithm can find the most likely weather pattern (path).

More information can be found at:
http://en.wikipedia.org/wiki/Viterbi_algorithm

인용 양식

David Conger (2026). Forward Viterbi Algorithm (https://kr.mathworks.com/matlabcentral/fileexchange/24516-forward-viterbi-algorithm), MATLAB Central File Exchange. 검색 날짜: .

MATLAB 릴리스 호환 정보
개발 환경: R2007b
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
카테고리
Help CenterMATLAB Answers에서 Error Detection and Correction에 대해 자세히 알아보기
버전 게시됨 릴리스 정보
1.1.0.0

Fixed the problem found by Justin. To make things simpler, observations are now numbered, rather than allowing strings.

1.0.0.0