Data manipulation¶
- sdr.pack(x: ArrayLike, bpe: int, ...) ndarray
Packs a binary array into an array with multiple bits per element.
- sdr.unpack(x: ArrayLike, bpe: int, ...) ndarray
Unpacks an array with multiple bits per element into a binary array.
Last update:
Jul 27, 2023