commit-gnuradio
[Top][All Lists]
Advanced

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

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


From: trondeau
Subject: [Commit-gnuradio] r4249 - gnuradio/branches/developers/trondeau/digital-wip2/gnuradio-core/src/python/gnuradio/blksimpl
Date: Sun, 7 Jan 2007 12:06:54 -0700 (MST)

Author: trondeau
Date: 2007-01-07 12:06:54 -0700 (Sun, 07 Jan 2007)
New Revision: 4249

Modified:
   
gnuradio/branches/developers/trondeau/digital-wip2/gnuradio-core/src/python/gnuradio/blksimpl/d8psk.py
Log:
working d8psk modulators/demodulators

Modified: 
gnuradio/branches/developers/trondeau/digital-wip2/gnuradio-core/src/python/gnuradio/blksimpl/d8psk.py
===================================================================
--- 
gnuradio/branches/developers/trondeau/digital-wip2/gnuradio-core/src/python/gnuradio/blksimpl/d8psk.py
      2007-01-07 19:04:54 UTC (rev 4248)
+++ 
gnuradio/branches/developers/trondeau/digital-wip2/gnuradio-core/src/python/gnuradio/blksimpl/d8psk.py
      2007-01-07 19:06:54 UTC (rev 4249)
@@ -234,9 +234,8 @@
         # 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-1, 1e-3, 1, 1, 100)
+        self.agc = gr.agc2_cc(1e-1, 1e-3, 1, 1, 100)
         #self.agc = gr.feedforward_agc_cc(16, 1.0)
-        self.agc = gr.multiply_const_cc(6)
 
         # RRC data filter
         ntaps = 11 * samples_per_symbol





reply via email to

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