sdr.Interleaver(map: NDArray[int_]) Creates an arbitrary interleaver. Parameters:¶ map: NDArray[int_]¶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.