From 86d09448ae85db1ad349deb64bd752c4e0c4310b Mon Sep 17 00:00:00 2001 From: Mark Jessop Date: Sat, 11 Jul 2020 20:23:33 +0930 Subject: [PATCH] Fix defaults --- src/run_fer_test.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/run_fer_test.py b/src/run_fer_test.py index f16ca96..10ac134 100644 --- a/src/run_fer_test.py +++ b/src/run_fer_test.py @@ -39,10 +39,10 @@ EBNO_RANGE = np.append(np.arange(0, 5, 0.5), np.arange(5, 20.5, 1)) MODES = ['binary'] # Baud rates to test: -BAUD_RATE = 1000 +BAUD_RATE = 100 # Test Length (frames) -TEST_LENGTH = 100 +TEST_LENGTH = 1000 # Allow the loss of N frames, at the start or end of the recording. FRAME_IGNORE = 1