ExcelEx

Perform Viterbi algorithm by Excel without using a VBA macro.

Takashi Yamanoue, Fukuyama University, 9 Feb. 2016.

Abstract

Input

Format of the Input

Example (Fig. 1)

Output

Key expressions

J13

=IF(B13<>0,VLOOKUP(B13,$A$13:$N$21,14)+F13,1000)

N13

=IF(A13=1,0,MIN(J13:M13))

O13

=IF(N13=0,0,MATCH(N13,J13:M13))

P13

=IF(O13=0,0,INDEX(B13:E13,1,O13))

Q13

=IF(P13=0,"",IF(P13=1,"1-"&TEXT(A13,"#####"),VLOOKUP(P13,$A$13:$Q$21,17)&"-"&TEXT(A13,"#####")))

References


Counter: 2885, today: 2, yesterday: 0

トップ   新規 一覧 検索 最終更新   ヘルプ   最終更新のRSS