MT Convolutional Decode
- Updated2023-02-17
- 1 minute(s) read
MT Convolutional Decode
Decodes a convolutionally encoded bit stream using different types of the Viterbi decoding algorithm (hard decision/unquantized/soft decision) and specifications (code rate/generator matrix).
Performs Viterbi hard decision decoding on a convolutionally encoded bit stream using a custom generator matrix.
Decodes a convolutionally encoded bit stream using a specified code rate. The code rate is equal to the ratio of the data word length to the code word length.
Performs Viterbi soft decision decoding on a convolutionally encoded bit stream using a custom generator matrix.
Performs Viterbi soft decision decoding on a convolutionally encoded bit stream using a specified code rate. The code rate is equal to the ratio of the data word length to the code word length.
Performs Viterbi unquantized decoding on a convolutionally encoded bit stream using a custom generator matrix.
Performs Viterbi unquantized decoding on a convolutionally encoded bit stream using a specified code rate. The code rate is equal to the ratio of the data word length to the code word length.