diff options
author | Tom Rondeau <trondeau@vt.edu> | 2010-03-06 17:12:46 -0500 |
---|---|---|
committer | Tom Rondeau <trondeau@vt.edu> | 2010-03-06 17:12:46 -0500 |
commit | 5b0fbc73d7e35b617df517a5182c00731f4c66d7 (patch) | |
tree | f9b627d1003c267b54d75a697ff17f2b8460384a /gnuradio-core/src/python/gnuradio/blks2impl/dqpsk2.py | |
parent | a5ee5af754abd66a7d7751868e0dcea8c8299264 (diff) |
Using better defaults for new FLL implementation.
Diffstat (limited to 'gnuradio-core/src/python/gnuradio/blks2impl/dqpsk2.py')
-rw-r--r-- | gnuradio-core/src/python/gnuradio/blks2impl/dqpsk2.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnuradio-core/src/python/gnuradio/blks2impl/dqpsk2.py b/gnuradio-core/src/python/gnuradio/blks2impl/dqpsk2.py index 96cf0144f2..b09978fb9c 100644 --- a/gnuradio-core/src/python/gnuradio/blks2impl/dqpsk2.py +++ b/gnuradio-core/src/python/gnuradio/blks2impl/dqpsk2.py @@ -38,7 +38,7 @@ _def_gray_code = True _def_verbose = False _def_log = False -_def_freq_alpha = 4e-3 +_def_freq_alpha = 0.010 _def_costas_alpha = 0.01 _def_timing_alpha = 0.100 _def_timing_beta = 0.010 |