vmmlib
1.11.0
Templatized C++ vector and matrix math library
|
Public Member Functions | |
LowpassFilter (const float F) | |
Construct a new lowpass filter with the given smoothing. More... | |
const T & | get () const |
const T * | operator-> () const |
Access the filtered value. More... | |
const T & | operator* () const |
Access the filtered value. More... | |
const T & | add (const T &value) |
Add a value to the data set and return the filtered output. | |
Definition at line 46 of file lowpassFilter.hpp.
|
inline |
Construct a new lowpass filter with the given smoothing.
Definition at line 50 of file lowpassFilter.hpp.
|
inline |
Definition at line 54 of file lowpassFilter.hpp.
|
inline |
Access the filtered value.
Definition at line 60 of file lowpassFilter.hpp.
|
inline |
Access the filtered value.
Definition at line 57 of file lowpassFilter.hpp.