Red Bird Racing VCU v2
 
Loading...
Searching...
No Matches
SignalProcessing.hpp File Reference

Declaration of signal processing functions. More...

#include <stdint.h>
#include "SignalProcessing.tpp"
Include dependency graph for SignalProcessing.hpp:
This graph shows which files directly or indirectly include this file:

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...
 

Detailed Description

Declaration of signal processing functions.

Author
Planeson, Red Bird Racing
Version
2.1
Date
2026-01-28
See also
SignalProcessing.tpp

Definition in file SignalProcessing.hpp.