From 766160f355a040204f2229adc61dd64e30ef36fe Mon Sep 17 00:00:00 2001
From: jblum
Date: Thu, 14 May 2009 21:22:56 +0000
Subject: Moved filterbank blocks to filers category. 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 | 6 +++---
grc/data/platforms/python/blocks/options.xml | 6 +++---
2 files changed, 6 insertions(+), 6 deletions(-)
(limited to 'grc/data/platforms/python')
diff --git a/grc/data/platforms/python/block_tree.xml b/grc/data/platforms/python/block_tree.xml
index 80fcbe78c..33bca4a66 100644
--- a/grc/data/platforms/python/block_tree.xml
+++ b/grc/data/platforms/python/block_tree.xml
@@ -167,6 +167,9 @@
gr_iir_filter_ffd
gr_filter_delay_fc
gr_channel_model
+
+ blks2_synthesis_filterbank
+ blks2_analysis_filterbank
gr_single_pole_iir_filter_xx
gr_hilbert_fc
@@ -216,9 +219,6 @@
blks2_ofdm_mod
blks2_ofdm_demod
-
- blks2_synthesis_filterbank
- blks2_analysis_filterbank
Error Correction
diff --git a/grc/data/platforms/python/blocks/options.xml b/grc/data/platforms/python/blocks/options.xml
index 07f659af9..82f309027 100644
--- a/grc/data/platforms/python/blocks/options.xml
+++ b/grc/data/platforms/python/blocks/options.xml
@@ -92,8 +92,8 @@ part#slurp
len($window_size) == 2
- 300 <= $(window_size)[0] <= 2048
- 300 <= $(window_size)[1] <= 2048
+ 300 <= $(window_size)[0] <= 4096
+ 300 <= $(window_size)[1] <= 4096
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.
--
cgit