Imported Upstream version 3.2.2
[debian/gnuradio] / grc / blocks / blks2_synthesis_filterbank.xml
diff --git a/grc/blocks/blks2_synthesis_filterbank.xml b/grc/blocks/blks2_synthesis_filterbank.xml
new file mode 100644 (file)
index 0000000..5979ed3
--- /dev/null
@@ -0,0 +1,32 @@
+<?xml version="1.0"?>
+<!--
+###################################################
+##Synthesis Filterbank
+###################################################
+ -->
+<block>
+       <name>Synthesis Filterbank</name>
+       <key>blks2_synthesis_filterbank</key>
+       <import>from gnuradio import blks2</import>
+       <make>blks2.synthesis_filterbank(mpoints=$mpoints, taps=$taps)</make>
+       <param>
+               <name>MPoints</name>
+               <key>mpoints</key>
+               <value>3</value>
+               <type>int</type>
+       </param>
+       <param>
+               <name>Taps</name>
+               <key>taps</key>
+               <type>complex_vector</type>
+       </param>
+       <sink>
+               <name>in</name>
+               <type>complex</type>
+               <nports>$mpoints</nports>
+       </sink>
+       <source>
+               <name>out</name>
+               <type>complex</type>
+       </source>
+</block>