utils
utilities in C for microcontrollers
Macros
moving_average_filter.h File Reference

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
 

Detailed Description

A generic moving average filter.