commit-gnuradio
[Top][All Lists]
Advanced

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

[Commit-gnuradio] r6478 - in grc/trunk: . notes src


From: jblum
Subject: [Commit-gnuradio] r6478 - in grc/trunk: . notes src
Date: Wed, 19 Sep 2007 16:44:44 -0600 (MDT)

Author: jblum
Date: 2007-09-19 16:44:43 -0600 (Wed, 19 Sep 2007)
New Revision: 6478

Added:
   grc/trunk/notes/release_notes.txt
   grc/trunk/notes/todo.txt
Removed:
   grc/trunk/notes/notes.txt
Modified:
   grc/trunk/notes/creating_a_signal_block_def.txt
   grc/trunk/readme.txt
   grc/trunk/src/Constants.py
Log:
getting ready for 0.69 release

Modified: grc/trunk/notes/creating_a_signal_block_def.txt
===================================================================
--- grc/trunk/notes/creating_a_signal_block_def.txt     2007-09-19 21:44:17 UTC 
(rev 6477)
+++ grc/trunk/notes/creating_a_signal_block_def.txt     2007-09-19 22:44:43 UTC 
(rev 6478)
@@ -40,7 +40,7 @@
 ###################################################################
 #      Add your block to the tree:
 ###################################################################
-       Edit SignalBlockDefs/__init__.py. 
+       Edit SignalBlockDefs/SignalBlockTree.py. 
        Find your desired category and add the tuple to the tree:
        ("My Signal Block's Name", MySignalBlockDef),
        

Deleted: grc/trunk/notes/notes.txt

Added: grc/trunk/notes/release_notes.txt
===================================================================
--- grc/trunk/notes/release_notes.txt                           (rev 0)
+++ grc/trunk/notes/release_notes.txt   2007-09-19 22:44:43 UTC (rev 6478)
@@ -0,0 +1,19 @@
+This release: GRC 0.69, September 19th 2007
+
+Last release: GRC 0.65, March 20th 2007
+
+Compatibility: 
+       gnuradio trunk r6477 and subsequent revisions within a reasonable 
time-period
+       gnuradio 3.1 branch
+
+Fixes and New Features:
+       -rx on usrp side b works
+       -usrp flex rf options
+       -usrp dual source and sink
+       -selector/deselector block
+       -packet modulator and demodulator
+       -misc block fixes and additions
+       -tabbed windows
+       -execute a flow graph without graphics
+       -new math expressions, with filter functions
+

Copied: grc/trunk/notes/todo.txt (from rev 6460, grc/trunk/notes/notes.txt)
===================================================================
--- grc/trunk/notes/todo.txt                            (rev 0)
+++ grc/trunk/notes/todo.txt    2007-09-19 22:44:43 UTC (rev 6478)
@@ -0,0 +1,49 @@
+############   Blocks to Add:  ####################
+-ofdm
+-usrp quad souce, set z == 1 to ignore Q inputs 
+-multi-channel scope
+
+############   Known Problems: ####################
+-packet threads block on close
+-core abort with bad params to filter functions
+-blocks need to fix themselves when they go out of bounds, like in a resize
+-socket controllers should be intelligent on shrinkage
+-usrp transmit dies in lock/unlock
+-audio dies lock/unlock
+
+############   Features to Add:        ####################
+-startup tips
+-math expr from file
+-save working directory after close
+-create sub-flow graphs to be used in larger flow graphs
+-include dtd in saved flow graphs
+-fm demod example with expansion of wfm_recv block
+-about: release date, gnuradio trunk revision and compadible releases
+
+############   wxPython Features:      ####################
+-dump wx running graph to png?
+-scroll box for graphs
+-dropdowns in wx graphics, for variable settings
+                 self.scaling_chooser = wx.Choice(self, -1, choices=['Linear 
Hz', 'Logarithmic Hz', 'LogHz'])
+        self.scaling_chooser.SetSelection(0) #default is linear hz
+        self.Bind(wx.EVT_CHOICE, self.scale, self.scaling_chooser)
+        selection = event.GetSelection()
+
+############   User Prefs:     ####################
+--save scrollbar positions (hidden pref)
+
+############   Uninteresting Features: ####################
+-add the concept of a current working directory
+-auto param to usrp diagnose dialog
+-use popen3 once it works in cygwin
+-arrow like images for socket, to replace in/out strings
+-min/max in DataTypes can be other data types
+-press enter to close params
+
+############   Get GTK Stock IDs:      ####################
+gtk.stock_list_ids()
+
+############   connect packet mod to demod:    ####################    
+gr.packed_to_unpacked_bb(self.bits_per_symbol(), gr.GR_MSB_FIRST)
+gr.unpack_k_bits_bb(self.bits_per_symbol())
+       
\ No newline at end of file

Modified: grc/trunk/readme.txt
===================================================================
--- grc/trunk/readme.txt        2007-09-19 21:44:17 UTC (rev 6477)
+++ grc/trunk/readme.txt        2007-09-19 22:44:43 UTC (rev 6478)
@@ -11,3 +11,4 @@
 
 If you have questions, problems, suggestions, or want to contribute,
 please email me at jblum at jhu dot edu
+

Modified: grc/trunk/src/Constants.py
===================================================================
--- grc/trunk/src/Constants.py  2007-09-19 21:44:17 UTC (rev 6477)
+++ grc/trunk/src/Constants.py  2007-09-19 22:44:43 UTC (rev 6478)
@@ -34,7 +34,7 @@
 
######################################################################################################
 
 ##The current version of this code
-VERSION = '0.69 beta'
+VERSION = '0.69'
 
 ##The name to appear in the main window for a flow graph that has not been 
saved to file.
 NEW_FLOGRAPH_TITLE = 'untitled'





reply via email to

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