tillståndsrumkalmanfilter
Tillståndsrumkalmanfilter, often referred to as a state-space Kalman filter, is a mathematical algorithm used for estimating the state of a linear dynamic system from a series of noisy measurements. It is a recursive estimator, meaning it only requires the current measurement and the previous estimate to compute the new estimate. This makes it computationally efficient and suitable for real-time applications.
The Kalman filter operates by modeling the system's behavior and the measurement process using linear equations.
The algorithm proceeds in two main steps: prediction and update. In the prediction step, the filter uses