commit-gnuradio
[Top][All Lists]
Advanced

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

[Commit-gnuradio] r3843 - gnuradio/branches/developers/trondeau/sr_contr


From: trondeau
Subject: [Commit-gnuradio] r3843 - gnuradio/branches/developers/trondeau/sr_control/gnuradio-examples/python/digital
Date: Tue, 24 Oct 2006 11:41:15 -0600 (MDT)

Author: trondeau
Date: 2006-10-24 11:41:15 -0600 (Tue, 24 Oct 2006)
New Revision: 3843

Modified:
   
gnuradio/branches/developers/trondeau/sr_control/gnuradio-examples/python/digital/pick_bitrate_adv.py
Log:
removed print statement that slipped my attention

Modified: 
gnuradio/branches/developers/trondeau/sr_control/gnuradio-examples/python/digital/pick_bitrate_adv.py
===================================================================
--- 
gnuradio/branches/developers/trondeau/sr_control/gnuradio-examples/python/digital/pick_bitrate_adv.py
       2006-10-24 16:31:23 UTC (rev 3842)
+++ 
gnuradio/branches/developers/trondeau/sr_control/gnuradio-examples/python/digital/pick_bitrate_adv.py
       2006-10-24 17:41:15 UTC (rev 3843)
@@ -43,7 +43,6 @@
     rng.reverse()
     for samples_per_symbol in _valid_samples_per_symbol:
         for decim in rng:
-            print decim
             for gr_decim in range(1,_max_gr_decim_rate):
                 bitrate = converter_rate / (decim*gr_decim) / 
samples_per_symbol
                 results.append((bitrate, samples_per_symbol, decim, gr_decim))





reply via email to

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