randdeintrlv
R2026bRestore ordering of symbols using random permutation
Description
restores the original ordering of the elements in deintrlvd = randdeintrlv(data,stream)data by
inverting a random permutation. The output of this function is repeatable for a
given same random stream with the same state, but different random streams and
different states produce different permutations. For more information, see RandStream.
To use this function as an inverse of the randintrlv function, create two
identical random streams, one for the interleaver and one for the deinterleaver. In
that case, applying randintrlv followed by
randdeintrlv leaves data unchanged.
Examples
Input Arguments
Output Arguments
Version History
Introduced before R2006a