commit-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Commit-gnuradio] r9161 - gnuradio/branches/features/experimental-gui


From: jcorgan
Subject: [Commit-gnuradio] r9161 - gnuradio/branches/features/experimental-gui
Date: Sun, 3 Aug 2008 11:16:07 -0600 (MDT)

Author: jcorgan
Date: 2008-08-03 11:16:07 -0600 (Sun, 03 Aug 2008)
New Revision: 9161

Modified:
   gnuradio/branches/features/experimental-gui/const_window.py
   gnuradio/branches/features/experimental-gui/usrp_const.py
Log:
Improve const display

Modified: gnuradio/branches/features/experimental-gui/const_window.py
===================================================================
--- gnuradio/branches/features/experimental-gui/const_window.py 2008-08-03 
17:15:05 UTC (rev 9160)
+++ gnuradio/branches/features/experimental-gui/const_window.py 2008-08-03 
17:16:07 UTC (rev 9161)
@@ -176,10 +176,10 @@
                x_divs = self.controller[X_DIVS_KEY]
                y_divs = self.controller[Y_DIVS_KEY]
                #update the x axis
-               x_max = 1.2
+               x_max = 2.0
                self.plotter.set_x_grid(-x_max, x_max, 
common.get_clean_num(2.0*x_max/x_divs))
                #update the y axis
-               y_max = 1.2
+               y_max = 2.0
                self.plotter.set_y_grid(-y_max, y_max, 
common.get_clean_num(2.0*y_max/y_divs))
                #update plotter
                self.plotter.update()

Modified: gnuradio/branches/features/experimental-gui/usrp_const.py
===================================================================
--- gnuradio/branches/features/experimental-gui/usrp_const.py   2008-08-03 
17:15:05 UTC (rev 9160)
+++ gnuradio/branches/features/experimental-gui/usrp_const.py   2008-08-03 
17:16:07 UTC (rev 9161)
@@ -85,7 +85,7 @@
     # a property/value interface to allow setting, getting, and
     # listening properties that affect the application operation.
     tb = const_top_block(order=options.order,
-                         frame_len=1024,
+                         frame_len=2048,
                          frame_rate=30,
                          which=options.which,
                          decim=options.decim,





reply via email to

[Prev in Thread] Current Thread [Next in Thread]