GNU Radio 3.7.1 C++ API
|
Linear Feedback Shift Register using primitive polynomial x^15 + x + 1. More...
#include <lfsr_15_1_0.h>
Public Member Functions | |
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.
gr::blocks::lfsr_15_1_0::lfsr_15_1_0 | ( | ) | [inline] |
int gr::blocks::lfsr_15_1_0::next_bit | ( | ) | [inline] |
int gr::blocks::lfsr_15_1_0::next_byte | ( | ) | [inline] |
void gr::blocks::lfsr_15_1_0::reset | ( | ) | [inline] |