mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-07-30 01:59:13 -04:00
Generalize ERT offset tracking a little.
This commit is contained in:
parent
b9643dc988
commit
2d0052fb14
2 changed files with 4 additions and 3 deletions
|
@ -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 };
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue