commit-gnuradio
[Top][All Lists]
Advanced

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

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


From: trondeau
Subject: [Commit-gnuradio] r3633 - gnuradio/branches/developers/trondeau/digital-wip2/gnuradio-core/src/python/gnuradio/blksimpl
Date: Mon, 25 Sep 2006 08:24:35 -0600 (MDT)

Author: trondeau
Date: 2006-09-25 08:24:34 -0600 (Mon, 25 Sep 2006)
New Revision: 3633

Modified:
   
gnuradio/branches/developers/trondeau/digital-wip2/gnuradio-core/src/python/gnuradio/blksimpl/gmsk.py
Log:
returned GMSK's AGC gains to previous values

Modified: 
gnuradio/branches/developers/trondeau/digital-wip2/gnuradio-core/src/python/gnuradio/blksimpl/gmsk.py
===================================================================
--- 
gnuradio/branches/developers/trondeau/digital-wip2/gnuradio-core/src/python/gnuradio/blksimpl/gmsk.py
       2006-09-25 14:23:53 UTC (rev 3632)
+++ 
gnuradio/branches/developers/trondeau/digital-wip2/gnuradio-core/src/python/gnuradio/blksimpl/gmsk.py
       2006-09-25 14:24:34 UTC (rev 3633)
@@ -213,7 +213,7 @@
         # Automatic gain control
         scale = (1.0/16384.0)
         self.pre_scaler = gr.multiply_const_cc(scale)   # scale the signal 
from full-range to +-1
-        self.agc = gr.agc2_cc(1e-6, 1e-6, 1, 1, 1000)
+        self.agc = gr.agc2_cc(1e-1, 1e-3, 1, 1, 1000)
 
        # Demodulate FM
        sensitivity = (pi / 2) / samples_per_symbol





reply via email to

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