23 #ifndef SCCC_DECODER_COMBINED_BLK_H 24 #define SCCC_DECODER_COMBINED_BLK_H 41 template <
class IN_T,
class OUT_T>
45 typedef boost::shared_ptr<sccc_decoder_combined_blk<IN_T, OUT_T>>
sptr;
47 static sptr make(
const fsm& FSMo,
58 const std::vector<IN_T>& TABLE,
62 virtual fsm FSMo()
const = 0;
63 virtual fsm FSMi()
const = 0;
64 virtual int STo0()
const = 0;
65 virtual int SToK()
const = 0;
66 virtual int STi0()
const = 0;
67 virtual int STiK()
const = 0;
69 virtual int blocklength()
const = 0;
70 virtual int repetitions()
const = 0;
71 virtual int D()
const = 0;
72 virtual std::vector<IN_T> TABLE()
const = 0;
75 virtual float scaling()
const = 0;
77 virtual void set_scaling(
float scaling) = 0;
Definition: sccc_decoder_combined_blk.h:42
sccc_decoder_combined_blk< gr_complex, std::int32_t > sccc_decoder_combined_ci
Definition: sccc_decoder_combined_blk.h:85
trellis_metric_type_t
Definition: metric_type.h:29
INTERLEAVER class.
Definition: interleaver.h:37
sccc_decoder_combined_blk< float, std::int16_t > sccc_decoder_combined_fs
Definition: sccc_decoder_combined_blk.h:81
sccc_decoder_combined_blk< gr_complex, std::uint8_t > sccc_decoder_combined_cb
Definition: sccc_decoder_combined_blk.h:83
boost::shared_ptr< sccc_decoder_combined_blk< IN_T, OUT_T > > sptr
Definition: sccc_decoder_combined_blk.h:45
GNU Radio logging wrapper for log4cpp library (C++ port of log4j)
Definition: basic_block.h:43
#define TRELLIS_API
Definition: gr-trellis/include/gnuradio/trellis/api.h:30
sccc_decoder_combined_blk< float, std::int32_t > sccc_decoder_combined_fi
Definition: sccc_decoder_combined_blk.h:82
sccc_decoder_combined_blk< gr_complex, std::int16_t > sccc_decoder_combined_cs
Definition: sccc_decoder_combined_blk.h:84
The abstract base class for all 'terminal' processing blocks.A signal processing flow is constructed ...
Definition: block.h:71
Finite State Machine Specification class.
Definition: fsm.h:43
siso_type_t
Definition: siso_type.h:29
sccc_decoder_combined_blk< float, std::uint8_t > sccc_decoder_combined_fb
Definition: sccc_decoder_combined_blk.h:80