ECE4253 Digital Communications | |
Department of Electrical and Computer Engineering - University of New Brunswick, Fredericton, NB, Canada | |
Online Viterbi Decoding Tool (R=1/2, K=3)
This online tool accepts data assumed to come from this (K=3) 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 00 with an error of 0.
Enter dibit symbols separated by dashes.
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 00 and terminating at each of the four 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 | 3 | 2 | 3 |
Endstate | 00 | 01 | 10 | 11 |
The best path having the smallest error ends at state 00 with error d=0.
EXAMPLES
Representing various bit error patterns E(x). Any of these errors could be added to an arbitrary message with similar outcomes.
2024-10-06 08:13:16 ADT
Last Updated: 04-10-16 |
Richard Tervo [ tervo@unb.ca ] | Back to the course homepage... |