#include <lowpass_filter.h>
|
float | Tf |
| Low pass filter time constant. More...
|
|
Low pass filter class
Definition at line 11 of file lowpass_filter.h.
◆ LowPassFilter()
LowPassFilter::LowPassFilter |
( |
float |
Tf | ) |
|
◆ ~LowPassFilter()
LowPassFilter::~LowPassFilter |
( |
| ) |
|
|
default |
◆ operator()()
float LowPassFilter::operator() |
( |
float |
x | ) |
|
◆ Tf
◆ timestamp_prev
unsigned long LowPassFilter::timestamp_prev |
|
protected |
◆ y_prev
float LowPassFilter::y_prev |
|
protected |
The documentation for this class was generated from the following files: