Ignore more initial bits of AIS training sequence.

This commit is contained in:
Jared Boone 2015-10-02 17:43:51 -07:00
parent 37b1d7cf2f
commit 57db6a6367

View File

@ -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,
};