Viterbi decoder

版本 1.0.0.0 (2.4 KB) 作者: Gaurav Gupta
Viterbi decoder for rate 1/2 convolution channel coding
2.0K 次下载
更新时间 2012/11/5

查看许可证

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.

引用格式

Gaurav Gupta (2024). Viterbi decoder (https://www.mathworks.com/matlabcentral/fileexchange/38896-viterbi-decoder), MATLAB Central File Exchange. 检索来源 .

MATLAB 版本兼容性
创建方式 R2012a
兼容任何版本
平台兼容性
Windows macOS Linux
类别
Help CenterMATLAB Answers 中查找有关 Error Detection and Correction 的更多信息

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
版本 已发布 发行说明
1.0.0.0