Solving steady state Kalman riccati equation
이전 댓글 표시
In the equation, AP + PA' + Q - PC'*inv®*CP = 0, I know C=1,Q,R are constant 2x2 matrices and A = [0 -q(k);q(k) 0], how do I solve for P in terms of the other variables?
답변 (1개)
John Petersen
2015년 1월 2일
0 개 추천
Just write out the equations. If it's 2x2 it shouldn't be too hard. Q and R are almost always diagonal. P is symmetric, so these simplify things quite a bit. Since C is 1, that disappears too.
카테고리
도움말 센터 및 File Exchange에서 State-Space Control Design에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!