mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2025-08-22 04:07:43 +00:00
Generalize ERT offset tracking a little.
This commit is contained in:
@@ -96,6 +96,7 @@ private:
|
||||
float sum_period[3];
|
||||
float manchester[3];
|
||||
|
||||
const size_t average_window { 2048 };
|
||||
int32_t average_i { 0 };
|
||||
int32_t average_q { 0 };
|
||||
size_t average_count { 0 };
|
||||
|
Reference in New Issue
Block a user