Linear Feedback Shift Register using primitive polynomial x^15 + x + 1. More...
#include <gnuradio/blocks/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.
| 
 | inline | 
References reset().
| 
 | inline | 
Referenced by next_byte().
| 
 | inline | 
References next_bit().
| 
 | inline | 
Referenced by lfsr_15_1_0().