From d52c462e5fd3eae7d00505a64a013e811d43234c Mon Sep 17 00:00:00 2001 From: jcorgan Date: Sat, 23 Aug 2008 02:26:15 +0000 Subject: Merged changeset r9285:9377 from jblum/grc into trunk, with distcheck fixes and local modifications. Integrates previously separate GNU Radio Companion into top-level component 'grc'. (Josh Blum) git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@9378 221aa14e-8319-0410-a670-987f0aec2ac5 --- .../blocks/gr_constellation_decoder_cb.xml | 30 ++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 grc/data/grc_gnuradio/blocks/gr_constellation_decoder_cb.xml (limited to 'grc/data/grc_gnuradio/blocks/gr_constellation_decoder_cb.xml') diff --git a/grc/data/grc_gnuradio/blocks/gr_constellation_decoder_cb.xml b/grc/data/grc_gnuradio/blocks/gr_constellation_decoder_cb.xml new file mode 100644 index 000000000..99d897a3a --- /dev/null +++ b/grc/data/grc_gnuradio/blocks/gr_constellation_decoder_cb.xml @@ -0,0 +1,30 @@ + + + + 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