From ad08a308cb2e4261c878521bd41ce5635d7dc280 Mon Sep 17 00:00:00 2001 From: Tom Rondeau Date: Mon, 12 Sep 2011 20:29:31 -0400 Subject: digital: fixed GRC blocks for blocks moved to gr-digital. --- grc/blocks/gr_constellation_decoder_cb.xml | 30 ------------------------------ 1 file changed, 30 deletions(-) delete mode 100644 grc/blocks/gr_constellation_decoder_cb.xml (limited to 'grc/blocks/gr_constellation_decoder_cb.xml') diff --git a/grc/blocks/gr_constellation_decoder_cb.xml b/grc/blocks/gr_constellation_decoder_cb.xml deleted file mode 100644 index 99d897a3a..000000000 --- a/grc/blocks/gr_constellation_decoder_cb.xml +++ /dev/null @@ -1,30 +0,0 @@ - - - - Constellation Decoder - gr_constellation_decoder_cb - from gnuradio import gr - gr.constellation_decoder_cb($sym_position, $sym_value_out) - - Symbol Position - sym_position - complex_vector - - - Symbol Value Out - sym_value_out - int_vector - - - in - complex - - - out - byte - - -- cgit