]> git.gag.com Git - debian/gnuradio/commitdiff
Moved filterbank blocks to filers category.
authorjblum <jblum@221aa14e-8319-0410-a670-987f0aec2ac5>
Thu, 14 May 2009 21:22:56 +0000 (21:22 +0000)
committerjblum <jblum@221aa14e-8319-0410-a670-987f0aec2ac5>
Thu, 14 May 2009 21:22:56 +0000 (21:22 +0000)
Larger flow graph size allowed by options block.

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11031 221aa14e-8319-0410-a670-987f0aec2ac5

grc/data/platforms/python/block_tree.xml
grc/data/platforms/python/blocks/options.xml

index 80fcbe78c3e251decf4324950a58a7e6562e8712..33bca4a6692142797edc987394b3efbb7417e2c2 100644 (file)
                <block>gr_iir_filter_ffd</block>
                <block>gr_filter_delay_fc</block>
                <block>gr_channel_model</block>
+               <!-- Filter banks -->
+               <block>blks2_synthesis_filterbank</block>
+               <block>blks2_analysis_filterbank</block>
                <!-- Other filters -->
                <block>gr_single_pole_iir_filter_xx</block>
                <block>gr_hilbert_fc</block>
 
                <block>blks2_ofdm_mod</block>
                <block>blks2_ofdm_demod</block>
-
-               <block>blks2_synthesis_filterbank</block>
-               <block>blks2_analysis_filterbank</block>
        </cat>
        <cat>
                <name>Error Correction</name>
index 07f659af9b662aaed0c1cfc9fc3fa7290497058a..82f3090279fa37de97987d7e0b749656503ca4cc 100644 (file)
@@ -92,8 +92,8 @@ part#slurp
                </option>
        </param>
        <check>len($window_size) == 2</check>
-       <check>300 &lt;= $(window_size)[0] &lt;= 2048</check>
-       <check>300 &lt;= $(window_size)[1] &lt;= 2048</check>
+       <check>300 &lt;= $(window_size)[0] &lt;= 4096</check>
+       <check>300 &lt;= $(window_size)[1] &lt;= 4096</check>
        <doc>
 The options block sets special parameters for the flow graph. \
 Only one option block is allowed per flow graph.
@@ -101,7 +101,7 @@ Only one option block is allowed per flow graph.
 Title, author, and description parameters are for identification purposes.
 
 The window size controls the dimensions of the flow graph editor. \
-The window size (width, height) must be between (300, 300) and (2048, 2048).
+The window size (width, height) must be between (300, 300) and (4096, 4096).
 
 The generate options controls the type of code generated. \
 Non-graphical flow graphs should avoid using graphical sinks or graphical variable controls.