diff options
author | Tom Rondeau <trondeau@vt.edu> | 2013-05-23 22:16:12 -0400 |
---|---|---|
committer | Tom Rondeau <trondeau@vt.edu> | 2013-05-23 22:16:12 -0400 |
commit | d03481a18f37fe249f0db216fb063f0c4efd3b61 (patch) | |
tree | 4d8418f328cb9ff396d1145debf5179cf38aad05 /gr-digital/python/generic_mod_demod.py | |
parent | e07ecb74fe554ecf818e1ae1408cc15f1bafe748 (diff) |
fixed pmt and other generic_mod_demod for recent changes.
Diffstat (limited to 'gr-digital/python/generic_mod_demod.py')
-rw-r--r-- | gr-digital/python/generic_mod_demod.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gr-digital/python/generic_mod_demod.py b/gr-digital/python/generic_mod_demod.py index b812fe1c37..92329e3fab 100644 --- a/gr-digital/python/generic_mod_demod.py +++ b/gr-digital/python/generic_mod_demod.py @@ -274,7 +274,7 @@ class generic_demod(gr.hier_block2): ntaps = 11 * int(self._samples_per_symbol*nfilts) # Automatic gain control - self.agc = analog.agc2_cc(0.6e-1, 1e-3, 1, 1, 100) + self.agc = analog.agc2_cc(0.6e-1, 1e-3, 1, 1) # Frequency correction fll_ntaps = 55 |