commit-gnuradio
[Top][All Lists]
Advanced

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

[Commit-gnuradio] r4515 - gnuradio/branches/developers/n4hy/ofdm2/gnurad


From: trondeau
Subject: [Commit-gnuradio] r4515 - gnuradio/branches/developers/n4hy/ofdm2/gnuradio-examples/python/ofdm
Date: Mon, 19 Feb 2007 14:37:17 -0700 (MST)

Author: trondeau
Date: 2007-02-19 14:37:17 -0700 (Mon, 19 Feb 2007)
New Revision: 4515

Modified:
   
gnuradio/branches/developers/n4hy/ofdm2/gnuradio-examples/python/ofdm/transmit_path.py
Log:
making transmit_path handle everything to get rid of transmit_path_simple.py

Modified: 
gnuradio/branches/developers/n4hy/ofdm2/gnuradio-examples/python/ofdm/transmit_path.py
===================================================================
--- 
gnuradio/branches/developers/n4hy/ofdm2/gnuradio-examples/python/ofdm/transmit_path.py
      2007-02-19 20:17:21 UTC (rev 4514)
+++ 
gnuradio/branches/developers/n4hy/ofdm2/gnuradio-examples/python/ofdm/transmit_path.py
      2007-02-19 21:37:17 UTC (rev 4515)
@@ -41,8 +41,8 @@
 
         options = copy.copy(options)    # make a copy so we can destructively 
modify
 
-        self._verbose            = options.verbose
-        self._tx_amplitude       = options.tx_amplitude    # digital amplitude 
sent to USRP
+        self._verbose      = options.verbose
+        self._tx_amplitude = options.tx_amplitude    # digital amplitude sent 
to USRP
     
         self.ofdm_mod = ofdm.ofdm_mod(fg, options)
         self.packet_transmitter = \





reply via email to

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