Imported Upstream version 3.2.2
[debian/gnuradio] / grc / blocks / blks2_wfm_rcv.xml
1 <?xml version="1.0"?>
2 <!--
3 ###################################################
4 ##WBFM Receive
5 ###################################################
6  -->
7 <block>
8         <name>WBFM Receive</name>
9         <key>blks2_wfm_rcv</key>
10         <import>from gnuradio import blks2</import>
11         <make>blks2.wfm_rcv(
12         quad_rate=$quad_rate,
13         audio_decimation=$audio_decimation,
14 )</make>
15         <param>
16                 <name>Quadrature Rate</name>
17                 <key>quad_rate</key>
18                 <type>real</type>
19         </param>
20         <param>
21                 <name>Audio Decimation</name>
22                 <key>audio_decimation</key>
23                 <type>int</type>
24         </param>
25         <sink>
26                 <name>in</name>
27                 <type>complex</type>
28         </sink>
29         <source>
30                 <name>out</name>
31                 <type>float</type>
32         </source>
33 </block>