 |
GNU Radio Manual and C++ API Reference
3.8.1.0
The Free & Open Software Radio Ecosystem
|
|
Go to the documentation of this file.
23 #ifndef INCLUDED_GRI_LFSR_32k_H
24 #define INCLUDED_GRI_LFSR_32k_H
57 if (d_count == 32767) {
68 for (
int i = 0; i < 8; i++) {
79 for (
int i = 0; i < 16; i++) {
void reset()
Definition: lfsr_32k.h:49
generate pseudo-random sequence of length 32768 bits.
Definition: lfsr_32k.h:40
int next_bit()
Definition: lfsr_15_1_0.h:49
Linear Feedback Shift Register using primitive polynomial x^15 + x + 1.
Definition: lfsr_15_1_0.h:39
lfsr_32k()
Definition: lfsr_32k.h:47
#define BLOCKS_API
Definition: gr-blocks/include/gnuradio/blocks/api.h:30
void reset()
Definition: lfsr_15_1_0.h:47
Definition: cc_common.h:45
int next_byte()
Definition: lfsr_32k.h:65
GNU Radio logging wrapper for log4cpp library (C++ port of log4j)
Definition: basic_block.h:43
int next_bit()
Definition: lfsr_32k.h:55
int next_short()
Definition: lfsr_32k.h:76