[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Commit-gnuradio] r11031 - in gnuradio/trunk/grc/data/platforms/python:
From: |
jblum |
Subject: |
[Commit-gnuradio] r11031 - in gnuradio/trunk/grc/data/platforms/python: . blocks |
Date: |
Thu, 14 May 2009 15:22:57 -0600 (MDT) |
Author: jblum
Date: 2009-05-14 15:22:56 -0600 (Thu, 14 May 2009)
New Revision: 11031
Modified:
gnuradio/trunk/grc/data/platforms/python/block_tree.xml
gnuradio/trunk/grc/data/platforms/python/blocks/options.xml
Log:
Moved filterbank blocks to filers category.
Larger flow graph size allowed by options block.
Modified: gnuradio/trunk/grc/data/platforms/python/block_tree.xml
===================================================================
--- gnuradio/trunk/grc/data/platforms/python/block_tree.xml 2009-05-14
21:18:28 UTC (rev 11030)
+++ gnuradio/trunk/grc/data/platforms/python/block_tree.xml 2009-05-14
21:22:56 UTC (rev 11031)
@@ -167,6 +167,9 @@
<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>
@@ -216,9 +219,6 @@
<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>
Modified: gnuradio/trunk/grc/data/platforms/python/blocks/options.xml
===================================================================
--- gnuradio/trunk/grc/data/platforms/python/blocks/options.xml 2009-05-14
21:18:28 UTC (rev 11030)
+++ gnuradio/trunk/grc/data/platforms/python/blocks/options.xml 2009-05-14
21:22:56 UTC (rev 11031)
@@ -92,8 +92,8 @@
</option>
</param>
<check>len($window_size) == 2</check>
- <check>300 <= $(window_size)[0] <= 2048</check>
- <check>300 <= $(window_size)[1] <= 2048</check>
+ <check>300 <= $(window_size)[0] <= 4096</check>
+ <check>300 <= $(window_size)[1] <= 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 @@
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.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Commit-gnuradio] r11031 - in gnuradio/trunk/grc/data/platforms/python: . blocks,
jblum <=