23#ifndef INCLUDED_GR_GLFSR_SOURCE_B_H
24#define INCLUDED_GR_GLFSR_SOURCE_B_H
40 typedef boost::shared_ptr<glfsr_source_b>
sptr;
53 static sptr make(
int degree,
bool repeat =
true,
int mask = 0,
int seed = 1);
55 virtual unsigned int period()
const = 0;
56 virtual int mask()
const = 0;
Galois LFSR pseudo-random source.
Definition: glfsr_source_b.h:37
virtual int mask() const =0
virtual unsigned int period() const =0
static sptr make(int degree, bool repeat=true, int mask=0, int seed=1)
boost::shared_ptr< glfsr_source_b > sptr
Definition: glfsr_source_b.h:40
synchronous 1:1 input to output with history
Definition: sync_block.h:38
#define DIGITAL_API
Definition: gr-digital/include/gnuradio/digital/api.h:30
Include this header to use the message passing features.
Definition: basic_block.h:45