#include <algorithm>
Go to the source code of this file.
Namespaces | |
namespace | filters |
Functions | |
template<typename T > | |
static const T & | filters::clamp (const T &a, const T &b, const T &c) |
static double | filters::exponentialSmoothing (double current_raw_value, double last_smoothed_value, double alpha) |