![]() |
ProtoTracer
1.0
Real-time 3D rendering and animation engine
|
Provides a template-based implementation of a Kalman Filter. More...
#include "KalmanFilter.tpp"
Go to the source code of this file.
Classes | |
class | KalmanFilter< T > |
Implements a generic Kalman Filter for 1D data. More... | |
Provides a template-based implementation of a Kalman Filter.
The Kalman Filter is used for estimating the state of a system in the presence of noise. It is widely used in signal processing, control systems, and navigation.
22/12/2024 22/12/2024
Definition in file KalmanFilter.h.