GNU Radio 3.4.0 C++ API
|
Linear Feedback Shift Register using primitive polynomial x^15 + x + 1Generates a maximal length pseudo-random sequence of length 2^15 - 1 bits. More...
#include <gri_lfsr_15_1_0.h>
Public Member Functions | |
gri_lfsr_15_1_0 () | |
void | reset () |
int | next_bit () |
int | next_byte () |
Linear Feedback Shift Register using primitive polynomial x^15 + x + 1
Generates a maximal length pseudo-random sequence of length 2^15 - 1 bits.
gri_lfsr_15_1_0::gri_lfsr_15_1_0 | ( | ) | [inline] |
References reset().
int gri_lfsr_15_1_0::next_bit | ( | ) | [inline] |
Referenced by gri_lfsr_32k::next_bit(), and next_byte().
int gri_lfsr_15_1_0::next_byte | ( | ) | [inline] |
References next_bit().
void gri_lfsr_15_1_0::reset | ( | ) | [inline] |
Referenced by gri_lfsr_15_1_0(), and gri_lfsr_32k::reset().