summaryrefslogtreecommitdiff
path: root/gr-digital/grc/digital_constellation_decoder_cb.xml
blob: c7353e2888609675ed79c16ad21ec952a3f083a4 (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
<?xml version="1.0"?>
<!--
###################################################
##Constellation Decoder
###################################################
 -->
<block>
	<name>Constellation Decoder</name>
	<key>digital_constellation_decoder_cb</key>
	<import>from gnuradio import digital</import>
	<make>digital.constellation_decoder_cb($constellation)</make>
	<param>
		<name>Constellation Object</name>
		<key>constellation</key>
		<type>raw</type>
	</param>
	<sink>
		<name>in</name>
		<type>complex</type>
	</sink>
	<source>
		<name>out</name>
		<type>byte</type>
	</source>
</block>