Interleaving
Owning Palette: DigitalUse the VIs on the Interleaving palette to perform permutation, and block and convolutional interleaving.
Palette Object | Description |
---|---|
MT Block Interleave (Matrix) |
Performs interleaving by writing the input data into an m (rows) × n (columns) matrix, row by row, and then reading the data out column by column when the matrix is full. Typically, block interleaver and deinterleaver VIs are used together. |
MT Permute |
Changes the position of input data elements based on values specified in the permutation array parameter. |
MT Convolutional Interleave |
Performs the interleaving process using a set of branches that the data elements cyclically pass through. |