commit-gnuradio
[Top][All Lists]
Advanced

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

[Commit-gnuradio] r4117 - gnuradio/branches/developers/n4hy/ofdm/gnuradi


From: matt
Subject: [Commit-gnuradio] r4117 - gnuradio/branches/developers/n4hy/ofdm/gnuradio-examples/python
Date: Sun, 17 Dec 2006 16:31:51 -0700 (MST)

Author: matt
Date: 2006-12-17 16:31:51 -0700 (Sun, 17 Dec 2006)
New Revision: 4117

Modified:
   gnuradio/branches/developers/n4hy/ofdm/gnuradio-examples/python/ofdm_test.py
Log:
updates to ofdm testing block

Modified: 
gnuradio/branches/developers/n4hy/ofdm/gnuradio-examples/python/ofdm_test.py
===================================================================
--- 
gnuradio/branches/developers/n4hy/ofdm/gnuradio-examples/python/ofdm_test.py    
    2006-12-17 23:15:18 UTC (rev 4116)
+++ 
gnuradio/branches/developers/n4hy/ofdm/gnuradio-examples/python/ofdm_test.py    
    2006-12-17 23:31:51 UTC (rev 4117)
@@ -64,7 +64,7 @@
 
         SNR_db = 30.0
         SNR = 10.0**(SNR_db/10.0)
-        frequency_offset = -0.110
+        frequency_offset = -0.0
         fdiff = frequency_offset * sample_rate / fftsize
 
         power_in_signal = occupied_tones
@@ -169,6 +169,7 @@
         self.outdat = gr.file_sink(gr.sizeof_gr_complex,"output_data")
 
         self.connect(self.sampler,self.fftdemod,self.outdem,self.outdat)
+
         self.f2c1 = gr.float_to_complex()
         self.f2c2 = gr.float_to_complex()
         





reply via email to

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