23 #ifndef INCLUDED_GR_GLFSR_SOURCE_F_H
24 #define INCLUDED_GR_GLFSR_SOURCE_F_H
53 static sptr make(
int degree,
bool repeat=
true,
54 int mask=0,
int seed=1);
56 virtual unsigned int period()
const = 0;
57 virtual int mask()
const = 0;
#define DIGITAL_API
Definition: gr-digital/include/gnuradio/digital/api.h:30
Galois LFSR pseudo-random source generating float outputs -1.0 - 1.0.
Definition: glfsr_source_f.h:36
shared_ptr documentation stub
Definition: shared_ptr_docstub.h:15
synchronous 1:1 input to output with historyOverride work to provide the signal processing implementa...
Definition: sync_block.h:37
boost::shared_ptr< glfsr_source_f > sptr
Definition: glfsr_source_f.h:40