16#include "../Math/Mathematics.h"
Implements a running average filter for smoothing data.
Processes and normalizes FFT data.
RunningAverageFilter< 20 > minKF
Running average filter for baseline normalization.
float GetOutput()
Retrieves the current filtered and normalized output value.
float outputValue
Stores the most recent filtered output value.
FFTFilter()
Constructs an FFTFilter instance with default configurations.
float Filter(float value)
Filters and normalizes the input value for FFT data processing.
Smooths data values using a weighted running average.