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;
52 virtual void set_TABLE(
const std::vector<int>& table) = 0;
synchronous 1:1 input to output with history
Definition sync_block.h:38
Permutation.
Definition permutation.h:38
virtual void set_SYMS_PER_BLOCK(int spb)=0
virtual std::vector< int > TABLE() const =0
virtual void set_K(int K)=0
virtual void set_TABLE(const std::vector< int > &table)=0
boost::shared_ptr< permutation > sptr
Definition permutation.h:41
virtual size_t BYTES_PER_SYMBOL() const =0
virtual int SYMS_PER_BLOCK() const =0
static sptr make(int K, const std::vector< int > &TABLE, int SYMS_PER_BLOCK, size_t NBYTES)
#define TRELLIS_API
Definition gr-trellis/include/gnuradio/trellis/api.h:30
GNU Radio logging wrapper for log4cpp library (C++ port of log4j)
Definition basic_block.h:46