 |
GNU Radio Manual and C++ API Reference
3.8.2.0
The Free & Open Software Radio Ecosystem
|
|
Go to the documentation of this file.
23 #ifndef INCLUDED_GR_GLFSR_SOURCE_F_H
24 #define INCLUDED_GR_GLFSR_SOURCE_F_H
40 typedef boost::shared_ptr<glfsr_source_f>
sptr;
54 make(
unsigned int degree,
bool repeat =
true, uint32_t mask = 0, uint32_t seed = 1);
57 virtual uint32_t
mask()
const = 0;
static sptr make(unsigned int degree, bool repeat=true, uint32_t mask=0, uint32_t seed=1)
virtual uint32_t mask() const =0
boost::shared_ptr< glfsr_source_f > sptr
Definition: glfsr_source_f.h:40
virtual uint32_t period() const =0
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
Galois LFSR pseudo-random source generating float outputs -1.0 - 1.0.
Definition: glfsr_source_f.h:37
GNU Radio logging wrapper for log4cpp library (C++ port of log4j)
Definition: basic_block.h:43