utils
utilities in C for microcontrollers
|
A generic moving average filter. More...
#include <stddef.h>
Go to the source code of this file.
Macros | |
#define | MOVING_AVERAGE_FILTER(name, type, size) |
generates definitions of moving average filter types and functions | |
A generic moving average filter.