![]() |
ProtoTracer
1.0
Real-time 3D rendering and animation engine
|
Implements a running average filter for smoothing data. More...
Go to the source code of this file.
Classes | |
class | RunningAverageFilter< memory > |
Smooths data values using a weighted running average. More... | |
Implements a running average filter for smoothing data.
The RunningAverageFilter
class uses a specified memory size to smooth incoming data values over time, providing a low-pass filtering effect.
22/12/2024 22/12/2024
Definition in file RunningAverageFilter.h.