Multivariate Kalman Filter
After reading the "Kalman Filter in one dimension" section, you should be familiar with the concepts of the Kalman Filter. In this section, we derive the multidimensional (multivariate) Kalman Filter equations. This tutorial section deals with a Linear Kalman Filter (LKF). The LKF assumes that the system dynamics are linear. Until now, we've dealt with one dimensional processes, like estimating the liquid temperature. But many dynamic processes have two, three, or even more dimensions. For instance, the state vector that describes the airplane's position in space is three-dimensional: ⎡ ⎣ ⎢ ⎢ x y z ⎤ ⎦ ⎥ ⎥ [ 𝑥 𝑦 𝑧 ] The state vector that describes the airplane position and velocity is six-dimensional: ⎡ ⎣ ⎢ ⎢ ⎢ ⎢ ⎢ ⎢ ⎢ x y z x ˙ y ˙ z ˙ ⎤ ⎦ ⎥ ⎥ ⎥ ⎥ ⎥ ⎥ ⎥ [ 𝑥 𝑦 𝑧 𝑥 ˙ 𝑦 ˙ 𝑧 ˙ ] The state vector that describes the airplane position, velocity, and acceleration is nine-dimensional: ⎡ ⎣ ⎢ ⎢ ⎢ ⎢ ⎢ ⎢ ⎢ ⎢ ⎢ ⎢ ⎢ ⎢ x y z x ˙ y ˙ z ˙ x ¨ y ¨ z ¨ ⎤ ⎦ ⎥ ⎥ ⎥ ⎥ ⎥ ⎥ ⎥ ⎥ ⎥ ⎥ ⎥ ⎥ [
Multivariate Kalman Filter After reading the "Kalman Filter in one dimension" section, you should be familiar with the concepts of the Kalman Filter. In this section, we derive the multidimensional (multivariate) Kalman Filter equations. This tutorial section deals with a Linear Kalman Filter (LKF). The LKF assumes that the system dynamics are linear. Until now, we've dealt with one dimensional processes, like estimating the liquid temperature. But many dynamic processes have two, three, or even more dimensions. For instance, the state vector that describes the airplane's position in…
saved by
related reading
- Kalman filter - Wikipediaen.wikipedia.org
- How a Kalman filter works, in pictures | Bzargbzarg.com
- The math behind Extended Kalman Filtering | by Sasha Przybylski | Mediummedium.com
- The Multiplicative Extended Kalman Filtermatthewhampsey.github.io
- 23_ese650.pdfpratikac.github.io
- State-space representationen.wikipedia.org
- Functions are Vectorsthenumb.at
- The Bayes Filter and Intro to State Estimation | John Lambertjohnwlambert.github.io
- algorithms_guide.dviweb.mit.edu
- An Intuitive Guide to Linear Algebra – BetterExplainedbetterexplained.com
- Drone physicsiahmed.me
- Gregory Gundersengregorygundersen.com