Improved overlap packet detection

Improved overlap detection and reduced the threshold
This commit is contained in:
heurist1 2021-11-01 19:28:56 +00:00
parent 0d51e3569f
commit 1a21e06bbe
2 changed files with 27 additions and 14 deletions

View file

@ -62,6 +62,7 @@ private:
uint8_t cur_bit { 0 };
uint32_t sample { 0 };
int8_t re { }, im { };
float amp {0.0f};
};
#endif