This lesson demystifies the Kalman Filter, a recursive algorithm that fuses uncertain measurements with a mathematical model of a system to produce an optimal estimate of a hidden state.
Prediction Step
Calculate the next state estimate and the associated uncertainty based on the previous state and physical laws.
Innovation/Gain Calculation
Determine the Kalman Gain by comparing the uncertainty of the prediction to the uncertainty of the measurement sensor.
Update Step
Refine the prediction using the incoming measurement and the Kalman Gain.
Original question
explain to me how a kalman filter works
Ask me anything about this lesson — I'll answer using what we just covered.