23 #ifndef INCLUDED_DIGITAL_ADDITIVE_SCRAMBLER_BB_H
24 #define INCLUDED_DIGITAL_ADDITIVE_SCRAMBLER_BB_H
63 static sptr make(
int mask,
int seed,
int len,
int count=0);
65 virtual int mask()
const = 0;
66 virtual int seed()
const = 0;
67 virtual int len()
const = 0;
68 virtual int count()
const = 0;
#define DIGITAL_API
Definition: gr-digital/include/gnuradio/digital/api.h:30
Scramble an input stream using an LFSR.
Definition: additive_scrambler_bb.h:48
shared_ptr documentation stub
Definition: shared_ptr_docstub.h:15
synchronous 1:1 input to output with historyOverride work to provide the signal processing implementa...
Definition: sync_block.h:37
boost::shared_ptr< additive_scrambler_bb > sptr
Definition: additive_scrambler_bb.h:52