|
马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。
您需要 登录 才可以下载或查看,没有账号?我要加入
x
前几天问的问题在最简单的正弦激励情况下看到了效果,但是现在改用实际的随机激励,因为是辨识的激励模型和原有系统构成了增维系统进行LQR控制,求取最优控制力,可是随机激励作用下系统提示 :??? Error using ==> lti.lqr
The plant model cannot be stabilized by feedback or the optimal design
problem is ill posed.
To remedy this problem, you may
* Make sure that all unstable poles of A are controllable through B
(use MINREAL to check)
* Modify the weights Q and R to make [Q N;N' R] positive definite
(use EIG to check positivity)
Error in ==> ar2 at 45
[K,S,E]=dlqr(A,B,q,r) ;%LQR参数求解
请问大家这样的问题该如何解决,多谢了!
[ 本帖最后由 xmwhit 于 2007-7-28 15:56 编辑 ] |
|