vmmlib
1.13.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 47 of file lowpassFilter.hpp.
|
inline |
Construct a new lowpass filter with the given smoothing.
Definition at line 51 of file lowpassFilter.hpp.
|
inline |
Definition at line 57 of file lowpassFilter.hpp.
|
inline |
Access the filtered value.
Definition at line 61 of file lowpassFilter.hpp.
References vmml::LowpassFilter< M, T >::add().
|
inline |
Access the filtered value.
Definition at line 59 of file lowpassFilter.hpp.