summaryrefslogtreecommitdiff
path: root/grc/blocks/gr_constellation_decoder_cb.xml
blob: 99d897a3aa43cb68463a3d930819f660488079e7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
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>