PicoLowLevel
|
Interface for a generic filter, with parameterized type. More...
#include <Filter.h>
Public Member Functions | |
virtual T | filter (T value)=0 |
Virtual filter function, will be replaced by the one from the chosen filter. | |
Interface for a generic filter, with parameterized type.
T | type of the variable to be filtered. |
|
pure virtual |
Virtual filter function, will be replaced by the one from the chosen filter.
value | to be filtered. |
Implemented in ExpSmoothingFilter< T >, and MovingAvgFilter< T >.