commit-gnuradio
[Top][All Lists]
Advanced

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

[Commit-gnuradio] r3586 - gnuradio/branches/developers/trondeau/digital-


From: trondeau
Subject: [Commit-gnuradio] r3586 - gnuradio/branches/developers/trondeau/digital-wip/gnuradio-core/src/python/gnuradio/blksimpl
Date: Tue, 19 Sep 2006 11:08:50 -0600 (MDT)

Author: trondeau
Date: 2006-09-19 11:08:50 -0600 (Tue, 19 Sep 2006)
New Revision: 3586

Modified:
   
gnuradio/branches/developers/trondeau/digital-wip/gnuradio-core/src/python/gnuradio/blksimpl/dqpsk.py
Log:
nope, it was the AGC loop that was still in the QPSK demodulator. DBPSK, DQPSK, 
and GMSK now work with discontinuous transmission

Modified: 
gnuradio/branches/developers/trondeau/digital-wip/gnuradio-core/src/python/gnuradio/blksimpl/dqpsk.py
===================================================================
--- 
gnuradio/branches/developers/trondeau/digital-wip/gnuradio-core/src/python/gnuradio/blksimpl/dqpsk.py
       2006-09-19 17:02:56 UTC (rev 3585)
+++ 
gnuradio/branches/developers/trondeau/digital-wip/gnuradio-core/src/python/gnuradio/blksimpl/dqpsk.py
       2006-09-19 17:08:50 UTC (rev 3586)
@@ -204,7 +204,8 @@
  
         # Automatic gain control
         self.preamp = gr.multiply_const_cc(10e-5)
-        self.agc = gr.agc_cc(1e-3, 1, 1)
+        #self.agc = gr.agc_cc(1e-3, 1, 1)
+        self.agc = gr.multiply_const_cc(1)
         
         # Costas loop (carrier tracking)
         # FIXME: need to decide how to handle this more generally; do we pull 
it from higher layer?





reply via email to

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