sdr.Interleaver(map: ArrayLike) Creates an arbitrary interleaver. Parameters:¶ map: ArrayLike¶The interleaver permutation map \(\pi : i \mapsto j\), containing the values \([0, N)\). The \(i\)-th input element will be placed at the \(\pi(i)\)-th output position.