summaryrefslogtreecommitdiff
path: root/grc/blocks/gr_constellation_decoder_cb.xml
diff options
context:
space:
mode:
authorTom Rondeau2011-09-12 20:29:31 -0400
committerTom Rondeau2011-09-12 20:29:31 -0400
commitad08a308cb2e4261c878521bd41ce5635d7dc280 (patch)
treec2e31dbe319667bdc530ea66368e48977f530037 /grc/blocks/gr_constellation_decoder_cb.xml
parent65fbbb8f752ebf522ac2628f850445e66a278e2f (diff)
downloadgnuradio-ad08a308cb2e4261c878521bd41ce5635d7dc280.tar.gz
gnuradio-ad08a308cb2e4261c878521bd41ce5635d7dc280.tar.bz2
gnuradio-ad08a308cb2e4261c878521bd41ce5635d7dc280.zip
digital: fixed GRC blocks for blocks moved to gr-digital.
Diffstat (limited to 'grc/blocks/gr_constellation_decoder_cb.xml')
-rw-r--r--grc/blocks/gr_constellation_decoder_cb.xml30
1 files changed, 0 insertions, 30 deletions
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 @@
-<?xml version="1.0"?>
-<!--
-###################################################
-##Constellation Decoder
-###################################################
- -->
-<block>
- <name>Constellation Decoder</name>
- <key>gr_constellation_decoder_cb</key>
- <import>from gnuradio import gr</import>
- <make>gr.constellation_decoder_cb($sym_position, $sym_value_out)</make>
- <param>
- <name>Symbol Position</name>
- <key>sym_position</key>
- <type>complex_vector</type>
- </param>
- <param>
- <name>Symbol Value Out</name>
- <key>sym_value_out</key>
- <type>int_vector</type>
- </param>
- <sink>
- <name>in</name>
- <type>complex</type>
- </sink>
- <source>
- <name>out</name>
- <type>byte</type>
- </source>
-</block>