Imported Upstream version 3.2.2
[debian/gnuradio] / grc / blocks / blks2_wfm_rcv.xml
diff --git a/grc/blocks/blks2_wfm_rcv.xml b/grc/blocks/blks2_wfm_rcv.xml
new file mode 100644 (file)
index 0000000..37fb3ba
--- /dev/null
@@ -0,0 +1,33 @@
+<?xml version="1.0"?>
+<!--
+###################################################
+##WBFM Receive
+###################################################
+ -->
+<block>
+       <name>WBFM Receive</name>
+       <key>blks2_wfm_rcv</key>
+       <import>from gnuradio import blks2</import>
+       <make>blks2.wfm_rcv(
+       quad_rate=$quad_rate,
+       audio_decimation=$audio_decimation,
+)</make>
+       <param>
+               <name>Quadrature Rate</name>
+               <key>quad_rate</key>
+               <type>real</type>
+       </param>
+       <param>
+               <name>Audio Decimation</name>
+               <key>audio_decimation</key>
+               <type>int</type>
+       </param>
+       <sink>
+               <name>in</name>
+               <type>complex</type>
+       </sink>
+       <source>
+               <name>out</name>
+               <type>float</type>
+       </source>
+</block>