Shorten AIS training sequence match length.

This commit is contained in:
Jared Boone 2015-10-02 22:52:05 -07:00
parent d92c962c0c
commit c2e7f9a6f4

View File

@ -99,7 +99,7 @@ private:
const PayloadHandlerFunc payload_handler;
BitHistory bit_history;
BitPattern preamble_pattern { 0b01010101010101010101111110, 26, 1 };
BitPattern preamble_pattern { 0b0101010101111110, 16, 1 };
BitPattern unstuff_pattern { 0b111110, 6 };
BitPattern end_flag_pattern { 0b01111110, 8 };