GNU Radio's SATELLITES Package
|
PDU Scrambler. More...
#include <pdu_scrambler.h>
Public Types | |
typedef std::shared_ptr< pdu_scrambler > | sptr |
Static Public Member Functions | |
static sptr | make (const std::vector< uint8_t > &sequence) |
Build the PDU Scrambler block. More... | |
PDU Scrambler.
Uses a predefined sequence to implement a synchronous scrambler that acts on PDUs. The scrambling sequence needs to be longer than the PDUs that the block will process. PDUs which are longer than the sequence are dropped.
typedef std::shared_ptr<pdu_scrambler> gr::satellites::pdu_scrambler::sptr |
|
static |
Build the PDU Scrambler block.
sequence | The scrambling sequence to use. |