23 #ifndef INCLUDED_TRELLIS_PERMUTATION_H 24 #define INCLUDED_TRELLIS_PERMUTATION_H 41 typedef boost::shared_ptr<permutation>
sptr;
44 make(
int K,
const std::vector<int>& TABLE,
int SYMS_PER_BLOCK,
size_t NBYTES);
46 virtual int K()
const = 0;
47 virtual std::vector<int> TABLE()
const = 0;
48 virtual int SYMS_PER_BLOCK()
const = 0;
49 virtual size_t BYTES_PER_SYMBOL()
const = 0;
51 virtual void set_K(
int K) = 0;
52 virtual void set_TABLE(
const std::vector<int>& table) = 0;
53 virtual void set_SYMS_PER_BLOCK(
int spb) = 0;
boost::shared_ptr< permutation > sptr
Definition: permutation.h:41
GNU Radio logging wrapper for log4cpp library (C++ port of log4j)
Definition: basic_block.h:43
synchronous 1:1 input to output with historyOverride work to provide the signal processing implementa...
Definition: sync_block.h:37
#define TRELLIS_API
Definition: gr-trellis/include/gnuradio/trellis/api.h:30
Permutation.
Definition: permutation.h:37