 |
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_B_H
24 #define INCLUDED_GR_GLFSR_SOURCE_B_H
40 typedef boost::shared_ptr<glfsr_source_b>
sptr;
59 virtual uint32_t
mask()
const = 0;
virtual uint32_t period() const =0
static sptr make(unsigned int degree, bool repeat=true, uint32_t mask=0x0, uint32_t seed=0x1)
boost::shared_ptr< glfsr_source_b > sptr
Definition: glfsr_source_b.h:40
virtual uint32_t mask() 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.
Definition: glfsr_source_b.h:37
GNU Radio logging wrapper for log4cpp library (C++ port of log4j)
Definition: basic_block.h:43