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);
#define DIGITAL_API
Definition: gr-digital/include/gnuradio/digital/api.h:18
GNU Radio logging wrapper.
Definition: basic_block.h:29
synchronous 1:1 input to output with historyOverride work to provide the signal processing implementa...
Definition: sync_block.h:25
std::shared_ptr< descrambler_bb > sptr
Definition: descrambler_bb.h:33
Descramber an input stream using an LFSR.
Definition: descrambler_bb.h:29