qampy.core.utils#
Various convenient utility functions.
Functions
|
Convert a binary value to an gray coded value see _[1]. |
|
Convert an array of boolean values into a binary number. |
|
Interleave a two bitstreams into a single bitstream with nbits per symbol. |
|
The factorial of n, i.e. n!. |
|
Find index where binary sequence occurs fist in the binary data array |
|
A Fibonacci or external XOR linear feedback shift register. |
|
A linear feedback shift register, using Galois or internal XOR implementation. |
|
Create an array of given length for a given start and step value. |
|
Reshapes a 1D array into a 2D array with overlapping frames. |