 |
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_DESCRAMBLER_BB_H
12 #define INCLUDED_GR_DESCRAMBLER_BB_H
33 typedef std::shared_ptr<descrambler_bb>
sptr;
42 static sptr make(uint64_t mask, uint64_t seed, uint8_t len);
static sptr make(uint64_t mask, uint64_t seed, uint8_t len)
Make a descrambler block.
Descramber an input stream using an LFSR.
Definition: descrambler_bb.h:30
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
std::shared_ptr< descrambler_bb > sptr
Definition: descrambler_bb.h:33
GNU Radio logging wrapper.
Definition: basic_block.h:29