Go to the documentation of this file.
25 #ifndef INCLUDED_TRELLIS_VITERBI_S_H
26 #define INCLUDED_TRELLIS_VITERBI_S_H
45 static sptr make(
const fsm &FSM,
int K,
48 virtual fsm FSM()
const = 0;
49 virtual int K()
const = 0;
50 virtual int S0()
const = 0;
51 virtual int SK()
const = 0;