template<size_t M, typename T>
class vmml::lowpass_filter< M, T >
Definition at line 46 of file lowpass_filter.hpp.
template<size_t M, typename T >
Constructor.
- Parameters
-
[in] | F | Smooth factor to use during the filter process |
Definition at line 53 of file lowpass_filter.hpp.
template<size_t M, typename T >
Add a value to the data set and return the filtered output.
- Parameters
-
- Returns
- The filtered output value
Definition at line 88 of file lowpass_filter.hpp.
template<size_t M, typename T >
Filter the content of the data structure.
- Returns
- The filtered output value
Definition at line 60 of file lowpass_filter.hpp.
template<size_t M, typename T >
template<size_t M, typename T >
template<size_t M, typename T >
Sets the smooth factor.
- Parameters
-
[in] | f | Smooth factor to use during the filter process |
Definition at line 110 of file lowpass_filter.hpp.
The documentation for this class was generated from the following file: