ECE4253 Digital Communications | |
Department of Electrical and Computer Engineering - University of New Brunswick, Fredericton, NB, Canada | |
Online Viterbi Decoding Tool (R=1/2, K=4)
This online tool accepts data assumed to come from this (K=4) convolutional coder, and applies Viterbi decoding to find the original data stream, despite occasional errors in the received bits.
In Viterbi decoding, all possible paths through the trellis are examined to find the path that best matches the input symbols. As different paths are tested and poor choices terminated, the cumulative errors are computed for each candidate path. Here, a continuous path was found which exactly matches the input symbols. There were no apparent errors in the input data, and the path ends at state 000 with an error count of 0.
NOTES
The numbers shown above each state in the final trellis diagram are the cumulative distances (d) associated with the best-fit paths found through the trellis starting at state 000 and terminating at each of the eight possible circuit states after each symbol is received. Where two paths would meet at the same state, the path with the larger error is terminated.
Distance (d) | 0 | 4 | 3 | 4 | 2 | 3 | 3 | 4 |
Endstate | 000 | 001 | 010 | 011 | 100 | 101 | 110 | 111 |
Although more than one path ends with d=0, the expected end state 000 is chosen preferentially.
EXAMPLES
Representing various bit error patterns E(x). Any of these errors could be added to an arbitrary message with similar outcomes.
2024-11-11 09:29:46 AST
Last Updated: 2008-02-16 |
Richard Tervo [ tervo@unb.ca ] | Back to the course homepage... |