generate pseudo-random sequence of length 32768 bits. More...
#include <gnuradio/blocks/lfsr_32k.h>
| Public Member Functions | |
| lfsr_32k () | |
| void | reset () | 
| int | next_bit () | 
| int | next_byte () | 
| int | next_short () | 
generate pseudo-random sequence of length 32768 bits.
This is based on gri_lfsr_15_1_0 with an extra 0 added at the end of the sequence.
| 
 | inline | 
References reset().
| 
 | inline | 
Referenced by next_byte(), and next_short().
| 
 | inline | 
References next_bit().
| 
 | inline | 
References next_bit().
| 
 | inline | 
Referenced by lfsr_32k().