root / gr-digital / grc / digital_constellation_decoder_cb.xml @ ad08a308
History | View | Annotate | Download (587 Bytes)
| 1 | <?xml version="1.0"?>
|
|---|---|
| 2 | <!--
|
| 3 | ################################################### |
| 4 | ##Constellation Decoder |
| 5 | ################################################### |
| 6 | --> |
| 7 | <block>
|
| 8 | <name>Constellation Decoder</name> |
| 9 | <key>digital_constellation_decoder_cb</key> |
| 10 | <import>from gnuradio import digital</import> |
| 11 | <make>digital.constellation_decoder_cb($constellation)</make> |
| 12 | <param>
|
| 13 | <name>Constellation Object</name> |
| 14 | <key>constellation</key> |
| 15 | <type>raw</type> |
| 16 | </param>
|
| 17 | <sink>
|
| 18 | <name>in</name> |
| 19 | <type>complex</type> |
| 20 | </sink>
|
| 21 | <source>
|
| 22 | <name>out</name> |
| 23 | <type>byte</type> |
| 24 | </source>
|
| 25 | </block>
|