1 / 14

Kalman Filter

Kalman Filter. 12.03.22.(Thu) Joon Shik Kim Computational Models of Intelligence. Application of Kalman Filter. NASA Apollo navigation and U.S. Navy’s Tomahawk missile . R ecursive Bayesian Estimation. Hidden Markov Model. Discrete Kalman filter cycle.

sarai
Download Presentation

Kalman Filter

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  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 transition model : state : control vector : control-input model : observation model : zero mean multivariate normal distribution : noise covariance : observation noise

  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 Kalmangain is chosen by minimizing the error covariance Pk - 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

More Related