Imported Upstream version 3.2.2
[debian/gnuradio] / 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
new file mode 100644 (file)
index 0000000..99d897a
--- /dev/null
@@ -0,0 +1,30 @@
+<?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>