11 #ifndef INCLUDED_GR_GLFSR_SOURCE_B_H 12 #define INCLUDED_GR_GLFSR_SOURCE_B_H 28 typedef std::shared_ptr<glfsr_source_b>
sptr;
41 static sptr make(
unsigned int degree,
46 virtual uint64_t period()
const = 0;
47 virtual uint64_t mask()
const = 0;
#define DIGITAL_API
Definition: gr-digital/include/gnuradio/digital/api.h:18
Galois LFSR pseudo-random source.
Definition: glfsr_source_b.h:24
std::shared_ptr< glfsr_source_b > sptr
Definition: glfsr_source_b.h:28
GNU Radio logging wrapper.
Definition: basic_block.h:29
synchronous 1:1 input to output with historyOverride work to provide the signal processing implementa...
Definition: sync_block.h:25