Go to the source code of this file.
Data Structures | |
| struct | EMAVG |
| Defines the Exponential Moving Average (EMAVG) structure. More... | |
Macros | |
| #define | IEEE754_TYPES |
Typedefs | |
| typedef float | float32_t |
| typedef double | float64_t |
Functions | |
| static void | EMAVG_reset (EMAVG *v) |
| resets internal storage data More... | |
| static void | EMAVG_config (EMAVG *v, float32_t multiplier) |
| configures EMAVG module More... | |
| static void | EMAVG_run (EMAVG *v, float in) |
| Run EMAVG module. More... | |