 |
GNU Radio C++ API Reference
3.10.12.0
The Free & Open Software Radio Ecosystem
|
|
Go to the documentation of this file.
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;
47 virtual uint64_t
mask()
const = 0;
virtual uint64_t period() const =0
std::shared_ptr< glfsr_source_b > sptr
Definition: glfsr_source_b.h:28
synchronous 1:1 input to output with history
Definition: sync_block.h:26
#define DIGITAL_API
Definition: gr-digital/include/gnuradio/digital/api.h:18
Galois LFSR pseudo-random source.
Definition: glfsr_source_b.h:25
virtual uint64_t mask() const =0
GNU Radio logging wrapper.
Definition: basic_block.h:29
static sptr make(unsigned int degree, bool repeat=true, uint64_t mask=0x0, uint64_t seed=0x1)