ProtoTracer  1.0
Real-time 3D rendering and animation engine
Loading...
Searching...
No Matches
KalmanFilter.h File Reference

Provides a template-based implementation of a Kalman Filter. More...

#include "KalmanFilter.tpp"
Include dependency graph for KalmanFilter.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  KalmanFilter< T >
 Implements a generic Kalman Filter for 1D data. More...
 

Detailed Description

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

Version
1.0 Coela Can't! Coela Can't

Definition in file KalmanFilter.h.