Class for automatic handling of moving averages.
MovingAverage.h File Reference
A moving average filter class for analog-to-digital converters. More...
Go to the source code of this file.
Data Structures | |
| class | _ma_fifo |
| Helper class implementing a float FIFO. More... | |
| class | MovingAverage |
| Receives a constant stream of samples and outputs the last available average. More... | |
Detailed Description
A moving average filter class for analog-to-digital converters.
This version uses static memmory allocation. Not RAM optimized but increases device compatibility avoiding malloc calls.
Definition in file MovingAverage.h.
Generated on Mon Jul 18 2022 08:52:40 by
1.7.2