Linear Feedback Shift Register using primitive polynomial x^15 + x + 1.
More...
#include <gnuradio/blocks/lfsr_15_1_0.h>
Detailed Description
Linear Feedback Shift Register using primitive polynomial x^15 + x + 1.
Generates a maximal length pseudo-random sequence of length 2^15 - 1 bits.
Constructor & Destructor Documentation
| gr::blocks::lfsr_15_1_0::lfsr_15_1_0 |
( |
| ) |
|
|
inline |
Member Function Documentation
| 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 |
The documentation for this class was generated from the following file: