Using "kalman" with a Zero B matrix
Mostrar comentarios más antiguos
I am trying to use the "kalman" command to compute the steady-state gains for a Kalman filter in a signal tracking problem. There are no inputs. So, the dynamic equations are:
X[k+1] = A*X[k]; Y[k] = C*X[k];
I feel like there should be a way to do this. Any ideas? Thanks!
Respuestas (1)
Arkadiy Turevskiy
el 22 de Mayo de 2014
0 votos
Yes, you can use kalman to design a Kalman filter for a system with no input u . Did you try it? Did you run into problems?
2 comentarios
John F
el 28 de Mayo de 2014
Arkadiy Turevskiy
el 29 de Mayo de 2014
can you post your code?
Categorías
Más información sobre State-Space Control Design and Estimation en Centro de ayuda y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!