Filtro Kalman Extendido

Cristian Fea 1 Reputation point
2023-05-03T02:05:11.9366667+00:00

Hola, alguien tiene el codigo del filtro Kalman Extendido o sabe donde puedo encontrarlo? es para una app escrita en c# para uwp, necesito fusionar datos del receptor gnss con la imu. Muchas gracias!

Community Center | Not monitored
{count} votes

1 answer

Sort by: Most helpful
  1. Limitless Technology 45,051 Reputation points
    2023-05-03T13:39:40.0733333+00:00

    Hello there,

    In this is article you will learn the Extended Kalman filter (EKF). The EKF handles nonlinearity by linearizing the system at the point of the current estimate, and then the linear Kalman filter is used to filter this linearized system. It was one of the very first techniques used for nonlinear problems, and it remains the most common technique.

    The below article might help you

    https://github.com/rlabbe/Kalman-and-Bayesian-Filters-in-Python/blob/master/11-Extended-Kalman-Filters.ipynb

    Hope this resolves your Query !!

    --If the reply is helpful, please Upvote and Accept it as an answer--


Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.