SCCC Encoder
trellis_sccc_encoder_xx
Error Correction/Trellis
from gnuradio import trellis
trellis.sccc_encoder_$(type)(trellis.fsm($o_fsm_args), $o_init_state, trellis.fsm($i_fsm_args), $i_init_state, trellis.interleaver($interleaver_args), $bl)
Type
type
enum
Outer FSM
o_fsm_args
raw
Outer Initial State
o_init_state
0
int
Inner FSM
i_fsm_args
raw
Inner Initial State
i_init_state
0
int
Interleaver
interleaver_args
raw
Blocklength
bl
int
in
$type.input
The fsm and interleaver arguments are passed directly to the trellis.fsm() and trellis.interleaver() constructors.