A filter with a buffer. This is implemented separately to the base Filter class to get around restric...
A class to implement a low pass filter without losing precision even for int types the downside being...
A class to apply a mode filter which is basically picking the median value from the last x samples th...
A class to provide the average of a number of samples.
A pure virtual interface class.