qampy.core.prbs#

Functions for fast creation of pseudo random bit sequences (PRBS) patterns

Functions

make_prbs_extXOR(order, nbits[, seed])

Create Pseudo Random Bit Sequence using Linear Feedback Shift Register with a Fibonacci or external XOR implementation.

make_prbs_intXOR(order, nbits[, seed])

Create Pseudo Random Bit Sequence using a Linear Feedback Shift Register with Galois internal XOR implementation.

prbs_ext(seed, taps, nbits, N)

prbs_int(seed, mask, nbits, N)