Viterbi decoder
The provided code has convolutional encoder which can work for all non-recursive generator matrices with rate 1/2
The viterbi decoder is optimized in terms of run time by recursively updating the total weight at each state stream in trellis, also the decoding to select the minimum weight branch is made using the minimum weight contributing parent selection at each time step. Therefore at each time step, for each state the index of minimum weight contributing parent is stored instead of total weight. This helps in improving time and avoid back search to find minimum weight path.
Cite As
Gaurav Gupta (2024). Viterbi decoder (https://www.mathworks.com/matlabcentral/fileexchange/38896-viterbi-decoder), MATLAB Central File Exchange. Retrieved .
MATLAB Release Compatibility
Platform Compatibility
Windows macOS LinuxCategories
- Wireless Communications > Communications Toolbox > PHY Components > Error Detection and Correction >
Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Discover Live Editor
Create scripts with code, output, and formatted text in a single executable document.
Version | Published | Release Notes | |
---|---|---|---|
1.0.0.0 |