Download presentation
Presentation is loading. Please wait.
Published byLiliana Tabitha Cannon Modified over 9 years ago
1
Kalman Filter 12.03.22.(Thu) Joon Shik Kim Computational Models of Intelligence
2
Application of Kalman Filter NASA Apollo navigation and U.S. Navy’s Tomahawk missile
3
Recursive Bayesian Estimation Hidden Markov Model Discrete Kalman filter cycle
4
Roles of Variables in Kalman Filter : state : state transition model : control-input model : control vector : zero mean multivariate normal distribution : observation model : observation noise : noise covariance
5
Predict Phase - Predicted (a priori) state estimate - predicted (a priori) estimate error covariance
6
Update Phase - Innovation of measurement residual - Innovation of residual covariance - Optimal Kalman gain is chosen by minimizing the error covariance P k - Updated (a posteriori) state estimate
7
Estimating a Random Constant Measurements are corrupted by a 0.1 volt RMS white measurement noise. State Measurement The state does not change from step to step so A=1. There is no control input so u=0. Our measurement is of the state directly so H=1.
8
Kalman Filter Simulation with R=0.01
9
Kalman Filter Simulation with R=1 and R=0.0001 Slower response to the measurements More quick response to the measurements
10
Extended Kalman Filter (EKF) In the extended Kalman filter, (EKF) the state transition and observation models need not be linear functions of the state but may instead be (differentiable) functions. At each time step the Jacobian is evaluated with current predicted states
11
Unscented Kalman filter (UKF) (1/2) When the state transition and observation models – that is, the predict and update functions f and h– are highly non-linear, the extended Kalman filter can give particularly poor performance. This is because the covariance is propagated through linearization of the underlying non- linear model.
12
Unscented Kalman filter (UKF) (2/2) The unscented Kalman filter (UKF) uses a deterministic sampling technique known as the unscented transform to pick a minimal set of sample points (called sigma points) around the mean. The result is a filter which more accurately captures the true mean and covariance.
13
Ensemble Kalman Filter (EnKF) (1/2) EnKF is a Monte Carlo approximation of the Kalman filter, which avoids evolving the covariance matrix of the probability density function (pdf) of the state vector. Instead, the pdf is represented by an ensemble
14
Ensemble Kalman Filter (EnKF) (2/2) Markov Chain Monte Carlo (MCMC) Fokker-Planck equation (also named as Kolmogorov’s equation) Where describe a vector Brownian motion process with covariance., : probability density of the model state
Similar presentations
© 2024 SlidePlayer.com. Inc.
All rights reserved.