Go to the documentation of this file.
23 #ifndef INCLUDED_TRELLIS_SISO_F_H
24 #define INCLUDED_TRELLIS_SISO_F_H
44 static sptr make(
const fsm &FSM,
int K,
46 bool POSTI,
bool POSTO,
49 virtual fsm FSM()
const = 0;
50 virtual int K()
const = 0;
51 virtual int S0()
const = 0;
52 virtual int SK()
const = 0;
53 virtual bool POSTI()
const = 0;
54 virtual bool POSTO()
const = 0;