Statistics
| Branch: | Tag: | Revision:

root / grc / blocks / gr_constellation_decoder_cb.xml @ 005f14ca

History | View | Annotate | Download (696 Bytes)

1
<?xml version="1.0"?>
2
<!--
3
###################################################
4
##Constellation Decoder
5
###################################################
6
 -->
7
<block>
8
        <name>Constellation Decoder</name>
9
        <key>gr_constellation_decoder_cb</key>
10
        <import>from gnuradio import gr</import>
11
        <make>gr.constellation_decoder_cb($sym_position, $sym_value_out)</make>
12
        <param>
13
                <name>Symbol Position</name>
14
                <key>sym_position</key>
15
                <type>complex_vector</type>
16
        </param>
17
        <param>
18
                <name>Symbol Value Out</name>
19
                <key>sym_value_out</key>
20
                <type>int_vector</type>
21
        </param>
22
        <sink>
23
                <name>in</name>
24
                <type>complex</type>
25
        </sink>
26
        <source>
27
                <name>out</name>
28
                <type>byte</type>
29
        </source>
30
</block>