Viterbi Algorithm for Convolutional Codes
Versión 1.0.0 (415 KB) por
Henry Carvajal
This code implements the Viterbi algorithm for convolutional codes. The inputs are the received sequence and the encoder state diagram.
This code implements the Viterbi algorithm for convolutional codes. The inputs are the received sequence (original encoded sequence plus noise) and the encoder state diagram. The outputs are the original encoded sequence and the decoded sequence.
The encoder state diagram must provided via a matrix 3-dimensional matrix H. A pdf file is also provided indicating how to generate the matrix H as example considering a (2,1,2) convolutional encoder.
Citar como
Henry Carvajal (2026). Viterbi Algorithm for Convolutional Codes (https://la.mathworks.com/matlabcentral/fileexchange/85513-viterbi-algorithm-for-convolutional-codes), MATLAB Central File Exchange. Recuperado .
Compatibilidad con la versión de MATLAB
Se creó con
R2017b
Compatible con cualquier versión
Compatibilidad con las plataformas
Windows macOS LinuxEtiquetas
Descubra Live Editor
Cree scripts con código, salida y texto formateado en un documento ejecutable.
Viterbi_Algorithm_ConvCodes
| Versión | Publicado | Notas de la versión | |
|---|---|---|---|
| 1.0.0 |
