1#ifndef LOWPASS_FILTER_H
2#define LOWPASS_FILTER_H
float operator()(float x)
float y_prev
filtered value in previous execution step
float Ts
Fixed sampling time (optional default NOT_SET)
float Tf
Low pass filter time constant.
unsigned long timestamp_prev
Last execution timestamp.