Implementation and Simulation of Viterbi Soft Decision Decoding
Simulation implementation of Viterbi soft decision decoding with performance comparison between soft and hard decision approaches
Explore MATLAB source code curated for "软判决译码" with clean implementations, documentation, and examples.
Simulation implementation of Viterbi soft decision decoding with performance comparison between soft and hard decision approaches
Implementation of convolutional code encoding and decoding using MATLAB, with randomly generated data as the source and soft decision decoding algorithm
This study compares the performance of soft decision decoding (SDD) and hard decision decoding (HDD) when symbols propagate through an AWGN channel. The frame error rate (FER) decreases logarithmically as error frames reduce, demonstrating SDD's superiority over HDD which yields higher penalties. The implementation employs Viterbi decoding algorithm with branch metric calculations adapted for both hard and soft quantization schemes.