aboutsummaryrefslogtreecommitdiffstats
path: root/tests/correlator/correlator.py
diff options
context:
space:
mode:
authorNao Pross <np@0hm.ch>2021-12-03 00:29:03 +0100
committerNao Pross <np@0hm.ch>2021-12-03 00:29:03 +0100
commit5d2f01fe71b736f2f5bb8a57bb2f4cd383290e9f (patch)
treeac6ca336a63022e012895ea1de03c39a3cfb289a /tests/correlator/correlator.py
parentRefractor frequency correction (diff)
downloadFading-5d2f01fe71b736f2f5bb8a57bb2f4cd383290e9f.tar.gz
Fading-5d2f01fe71b736f2f5bb8a57bb2f4cd383290e9f.zip
Fix bug when tag is aligned with inp block
Diffstat (limited to 'tests/correlator/correlator.py')
-rwxr-xr-xtests/correlator/correlator.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/correlator/correlator.py b/tests/correlator/correlator.py
index e080dbc..536ac00 100755
--- a/tests/correlator/correlator.py
+++ b/tests/correlator/correlator.py
@@ -343,7 +343,7 @@ class correlator(gr.top_block, Qt.QWidget):
self.digital_cma_equalizer_cc_0 = digital.cma_equalizer_cc(15, 1, .002, 1)
self.channels_channel_model_0 = channels.channel_model(
noise_voltage=0.2,
- frequency_offset=0.0001,
+ frequency_offset=0.0002,
epsilon=1.0,
taps=[-1.4 + .4j],
noise_seed=243,