The document discusses the extended Kalman filter (EKF), which extends the standard Kalman filter to nonlinear systems through linearization. The EKF linearizes the system equations at each time step by taking the derivative of the nonlinear functions around the current state estimate. This results in an approximate linear system that can then be processed using the standard Kalman filter equations. The key steps of the EKF algorithm are to 1) compute the linearized system matrices using derivatives, 2) use these in a first-order Taylor approximation to linearize the system equations, and 3) apply the standard Kalman filter equations to this approximate linear system to recursively estimate the state.