Shorten AIS training sequence match length.

This commit is contained in:
Jared Boone
2015-11-06 09:40:02 -08:00
parent d92c962c0c
commit c2e7f9a6f4
+1 -1
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 };