How do you apply Kalman filter to a non-linear system
2 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
I linearized the non linear system and designed a Kalman filter. Now I want to apply this filter to the non linear system. Since there is no transfer function or A,B,C,D state space matrices, I don't know how to do it.
0 commentaires
Réponses (1)
John Petersen
le 28 Juil 2014
Use Extended Kalman filter. For predict equations, leave it non-linear. Use linearized equations for calculating K and updating P.
0 commentaires
Voir également
Catégories
En savoir plus sur State-Space Control Design and Estimation dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!