GNU Radio 3.7.3 C++ API
|
Galois Linear Feedback Shift Register using specified polynomial mask. More...
#include <gnuradio/digital/glfsr.h>
Public Member Functions | |
glfsr (int mask, int seed) | |
~glfsr () | |
unsigned char | next_bit () |
int | mask () const |
Static Public Member Functions | |
static int | glfsr_mask (int degree) |
Galois Linear Feedback Shift Register using specified polynomial mask.
Generates a maximal length pseudo-random sequence of length 2^degree-1
|
inline |
gr::digital::glfsr::~glfsr | ( | ) |
|
static |
|
inline |
|
inline |