From 938eea97126e985927bc15091d3ad148ed593578 Mon Sep 17 00:00:00 2001 From: Achilleas Anastasopoulos Date: Sun, 12 Jun 2011 17:07:02 -0400 Subject: updated Makefile.am and block_tree.xml to reflect changes in grc file for gr-trellis --- grc/blocks/trellis_siso_combined_f.xml | 112 --------------------------------- 1 file changed, 112 deletions(-) delete mode 100644 grc/blocks/trellis_siso_combined_f.xml (limited to 'grc/blocks/trellis_siso_combined_f.xml') diff --git a/grc/blocks/trellis_siso_combined_f.xml b/grc/blocks/trellis_siso_combined_f.xml deleted file mode 100644 index 98874d7f4..000000000 --- a/grc/blocks/trellis_siso_combined_f.xml +++ /dev/null @@ -1,112 +0,0 @@ - - - - Trellis SISO Combo - trellis_siso_combined_f - 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 - -1 - 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 - - - out - float - - -BCJR Algorithm combined with metric calculation. \ -The fsm arguments are passed directly to the trellis.fsm() constructor. - - -- cgit