SISO Combo
trellis_siso_combined_f
Error Correction/Trellis
from gnuradio import trellis
trellis.siso_combined_f(trellis.fsm($fsm_args), $block_size, $init_state, $final_state, $a_post_in, $a_post_out, $siso_type, $dim, $table, $metric_type)
FSM Args
fsm_args
raw
Block Size
block_size
int
Initial State
init_state
0
int
Final State
final_state
-1
int
A-posteriori In
a_post_in
enum
A-posteriori Out
a_post_out
enum
SISO Type
siso_type
enum
Dimensionality
dim
int
Constellation
table
real_vector
Metric Type
metric_type
enum
in
float
BCJR Algorithm combined with metric calculation. \
The fsm arguments are passed directly to the trellis.fsm() constructor.