in reply to Re: Viterbi application
in thread Viterbi application
You are right, your implementation of the data matrix is much cleaner. I was not aware of that notation. min() is a subroutine that I did not include. It does exactly what it sounds like, returns the minimum of two values in a list.
I will try to implement the code with this notation and see if the algorithm is easier to implement.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Viterbi application
by kcott (Archbishop) on Apr 06, 2014 at 22:47 UTC | |
by azheid (Sexton) on Apr 06, 2014 at 23:28 UTC | |
by kcott (Archbishop) on Apr 06, 2014 at 23:47 UTC | |
by azheid (Sexton) on Apr 07, 2014 at 16:09 UTC | |
|
Re^3: Viterbi application
by azheid (Sexton) on Apr 06, 2014 at 22:23 UTC |