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))
_______________________________________________
Commit-gnuradio mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/commit-gnuradio