getTurboIOIndices
Compute output indices for turbo coding
Description
Use getTurboIOIndices to generate the output indices for the comm.TurboEncoder
and input indices for the comm.TurboDecoder
and System objects.
computes the indices for a given input block length, indices
=getTurboIOIndices(blklen
,N
,mlen
)blklen
, number of
output streams, N
, and the memory length, mlen
,
relative to the fully encoded output. In this mode, the second interleaved, systematic
bit-stream is punctured. N
and mlen
correspond to
the constituent coder configuration for the comm.TurboEncoder
and comm.TurboDecoder
System objects.
Examples
Input Arguments
Output Arguments
Extended Capabilities
Version History
Introduced in R2021a