From 57db6a6367592d7b5c320b321aeb24d2049ad06e Mon Sep 17 00:00:00 2001 From: Jared Boone Date: Fri, 2 Oct 2015 17:43:51 -0700 Subject: [PATCH] Ignore more initial bits of AIS training sequence. --- firmware/application/receiver_model.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/firmware/application/receiver_model.cpp b/firmware/application/receiver_model.cpp index 014d63396..dbc9ec9ac 100644 --- a/firmware/application/receiver_model.cpp +++ b/firmware/application/receiver_model.cpp @@ -196,9 +196,9 @@ void ReceiverModel::update_headphone_volume() { static constexpr FSKConfiguration fsk_configuration_ais = { .symbol_rate = 9600, - .access_code = 0b01010101010101010101111110, - .access_code_length = 26, - .access_code_tolerance = 1, + .access_code = 0b0101010101111110, + .access_code_length = 16, + .access_code_tolerance = 0, .unstuffing_pattern = 0b111110, .unstuffing_length = 6, };