Added switching message length

Improves detections in test file from 77 to 80
This commit is contained in:
heurist1
2021-10-30 00:53:29 +01:00
parent b499380448
commit 0d7bbac6a1
2 changed files with 7 additions and 1 deletions
+1
View File
@@ -53,6 +53,7 @@ private:
float threshold { }, threshold_low { }, threshold_high { };
//size_t null_count{ 0 };
size_t bit_count { 0 }, sample_count { 0 };
size_t msgLen{ 112 };
//std::pair<float, uint8_t> shifter[ADSB_PREAMBLE_LENGTH];
float shifter[ADSB_PREAMBLE_LENGTH];
bool decoding { };