Imported Upstream version 3.2.2
[debian/gnuradio] / grc / blocks / blks2_analysis_filterbank.xml
1 <?xml version="1.0"?>
2 <!--
3 ###################################################
4 ##Analysis Filterbank
5 ###################################################
6  -->
7 <block>
8         <name>Analysis Filterbank</name>
9         <key>blks2_analysis_filterbank</key>
10         <import>from gnuradio import blks2</import>
11         <make>blks2.analysis_filterbank(mpoints=$mpoints, taps=$taps)</make>
12         <param>
13                 <name>MPoints</name>
14                 <key>mpoints</key>
15                 <value>3</value>
16                 <type>int</type>
17         </param>
18         <param>
19                 <name>Taps</name>
20                 <key>taps</key>
21                 <type>complex_vector</type>
22         </param>
23         <sink>
24                 <name>in</name>
25                 <type>complex</type>
26         </sink>
27         <source>
28                 <name>out</name>
29                 <type>complex</type>
30                 <nports>$mpoints</nports>
31         </source>
32 </block>