GLclampf GLclampf GLclampf alpha
This is the global namespace for all Mobile Robot Programming Toolkit (MRPT) libraries.
1-order low-pass IIR filter.
double getLastOutput() const
double filter(double x)
Processes one input sample, updates the filter state and return the filtered value.
LowPassFilter_IIR1(double alpha=0.5, double y_k_minus_1=.0)
double alpha
See equation in LowPassFilter_IIR1.