Declaration of signal processing functions. More...
Go to the source code of this file.
Classes | |
| class | Filter< TypeInput, TypeMid > |
| Abstract Base Class for signal filters. Defines the interface for adding samples and retrieving filtered values. More... | |
| class | AverageFilter< TypeInput, TypeMid, SIZE > |
| Filter with simple moving average algorithm. More... | |
| class | ExponentialFilter< TypeInput, TypeMid, OLD_RATIO, NEW_RATIO > |
| Filter with exponential moving average algorithm. More... | |
Declaration of signal processing functions.
Definition in file SignalProcessing.hpp.