Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
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