Imported Upstream version 3.2.2
[debian/gnuradio] / grc / blocks / gr_quadrature_demod_cf.xml
1 <?xml version="1.0"?>
2 <!--
3 ###################################################
4 ##Quadrature Demodulator
5 ###################################################
6  -->
7 <block>
8         <name>Quadrature Demod</name>
9         <key>gr_quadrature_demod_cf</key>
10         <import>from gnuradio import gr</import>
11         <make>gr.quadrature_demod_cf($gain)</make>
12         <param>
13                 <name>Gain</name>
14                 <key>gain</key>
15                 <type>real</type>
16         </param>
17         <sink>
18                 <name>in</name>
19                 <type>complex</type>
20         </sink>
21         <source>
22                 <name>out</name>
23                 <type>float</type>
24         </source>
25 </block>