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_encoder_xx.xml | 74 --------------------------------------- 1 file changed, 74 deletions(-) delete mode 100644 grc/blocks/trellis_encoder_xx.xml (limited to 'grc/blocks/trellis_encoder_xx.xml') diff --git a/grc/blocks/trellis_encoder_xx.xml b/grc/blocks/trellis_encoder_xx.xml deleted file mode 100644 index 74a8cc346..000000000 --- a/grc/blocks/trellis_encoder_xx.xml +++ /dev/null @@ -1,74 +0,0 @@ - - - - Trellis Encoder - trellis_encoder_xx - from gnuradio import trellis - trellis.encoder_$(type)(trellis.fsm($fsm_args), $init_state) - - Type - type - enum - - - - - - - - - FSM Args - fsm_args - raw - - - Initial State - init_state - int - - - in - $type.input - - - out - $type.output - - -The fsm arguments are passed directly to the trellis.fsm() constructor. - - -- cgit