commit-gnuradio
[Top][All Lists]
Advanced

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

[Commit-gnuradio] r7842 - gnuradio/branches/developers/trondeau/ofdmtimi


From: trondeau
Subject: [Commit-gnuradio] r7842 - gnuradio/branches/developers/trondeau/ofdmtiming/gnuradio-core/src/python/gnuradio/blks2impl
Date: Tue, 26 Feb 2008 12:51:38 -0700 (MST)

Author: trondeau
Date: 2008-02-26 12:51:38 -0700 (Tue, 26 Feb 2008)
New Revision: 7842

Modified:
   
gnuradio/branches/developers/trondeau/ofdmtiming/gnuradio-core/src/python/gnuradio/blks2impl/ofdm_receiver.py
Log:
fixed the output port number

Modified: 
gnuradio/branches/developers/trondeau/ofdmtiming/gnuradio-core/src/python/gnuradio/blks2impl/ofdm_receiver.py
===================================================================
--- 
gnuradio/branches/developers/trondeau/ofdmtiming/gnuradio-core/src/python/gnuradio/blks2impl/ofdm_receiver.py
       2008-02-26 19:51:18 UTC (rev 7841)
+++ 
gnuradio/branches/developers/trondeau/ofdmtiming/gnuradio-core/src/python/gnuradio/blks2impl/ofdm_receiver.py
       2008-02-26 19:51:38 UTC (rev 7842)
@@ -101,7 +101,7 @@
         self.connect(self, self.chan_filt)
         self.connect(self.chan_filt, self.ofdm_sync)
         self.connect((self.ofdm_sync,0), self.fft_demod, 
(self.ofdm_frame_acq,0))
-        self.connect((self.ofdm_sync,0), (self.ofdm_frame_acq,1))
+        self.connect((self.ofdm_sync,1), (self.ofdm_frame_acq,1))
         self.connect((self.ofdm_frame_acq,0), (self,0))
         self.connect((self.ofdm_frame_acq,1), (self,1))
 





reply via email to

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