mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2025-08-14 05:59:51 +00:00
Ignore more initial bits of AIS training sequence.
This commit is contained in:
@@ -196,9 +196,9 @@ void ReceiverModel::update_headphone_volume() {
|
|||||||
|
|
||||||
static constexpr FSKConfiguration fsk_configuration_ais = {
|
static constexpr FSKConfiguration fsk_configuration_ais = {
|
||||||
.symbol_rate = 9600,
|
.symbol_rate = 9600,
|
||||||
.access_code = 0b01010101010101010101111110,
|
.access_code = 0b0101010101111110,
|
||||||
.access_code_length = 26,
|
.access_code_length = 16,
|
||||||
.access_code_tolerance = 1,
|
.access_code_tolerance = 0,
|
||||||
.unstuffing_pattern = 0b111110,
|
.unstuffing_pattern = 0b111110,
|
||||||
.unstuffing_length = 6,
|
.unstuffing_length = 6,
|
||||||
};
|
};
|
||||||
|
Reference in New Issue
Block a user