SAE Teensy ECU
IIT SAE Microcontroller programming
|
Util source file. More...
#include "Util.h"
Go to the source code of this file.
Functions | |
double | EMAvg (double lastVal, double newVal, int memCount) |
Exponential moving average. | |
Util source file.
Definition in file Util.cpp.
double EMAvg | ( | double | lastVal, |
double | newVal, | ||
int | memCount | ||
) |