Main Content
lteConvolutionalDecode
Convolutional decoding
Description
returns out
= lteConvolutionalDecode(softBits
)out
, data recovered by convolutionally decoding
softBits
, a vector of soft bits.
The decoder uses a soft input wrap-around Viterbi algorithm without any quantization. The algorithm creates training data to append to the start and end of the packet by cyclically extending the packet. The traceback decoding length is 42.
Examples
Input Arguments
Output Arguments
Version History
Introduced in R2014a