mirror of
https://github.com/eried/portapack-mayhem.git
synced 2024-10-01 01:26:06 -04:00
Ignore more initial bits of AIS training sequence.
This commit is contained in:
parent
37b1d7cf2f
commit
57db6a6367
@ -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,
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user