Viterbi decoder

Viterbi decoder for rate 1/2 convolution channel coding
2K Descargas
Actualizado 5 nov 2012

Ver licencia

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.

Citar como

Gaurav Gupta (2026). Viterbi decoder (https://es.mathworks.com/matlabcentral/fileexchange/38896-viterbi-decoder), MATLAB Central File Exchange. Recuperado .

Compatibilidad con la versión de MATLAB
Se creó con R2012a
Compatible con cualquier versión
Compatibilidad con las plataformas
Windows macOS Linux
Categorías
Más información sobre Error Detection and Correction en Help Center y MATLAB Answers.
Versión Publicado Notas de la versión
1.0.0.0