state space model with constant term
古いコメントを表示
If i linearize a nonlinear system model of the form
dx/dt=f(x,u) so that it can be written in the form
dx/dt=Ax+Bu+constant
What is the best way to handle the constant if I want to create an lqr regulator or an observer? For example the system below?
A=[0 1 0;0 0 1;0 0 0] B=[0;0;1] Constant=[0;1;0]
2 件のコメント
Shashank Prasanna
2013 年 1 月 30 日
This is not technically a state space representation. Could you give some information on what the constant is? is it an initial condition? Or atleast share what the f(x,u) looks like.
Nikolaj Goodger
2013 年 1 月 30 日
採用された回答
その他の回答 (1 件)
Hesam Mazaheri
2018 年 5 月 28 日
編集済み: Hesam Mazaheri
2018 年 5 月 28 日
0 投票
hello, regarding your answer, how can i model this disturbance as an constant to the system in m-file by defining matrices A,B,C,D as ss, how can I add this constant term. after linearing a nonlinear system, my state space is like this: Xdot=Ax+Bu+G1(Constant term) y=Cx+Du+G2(another constant term)
1 件のコメント
Asser Mohamed
2020 年 4 月 8 日
I have the same question. hope you can give us an answer
カテゴリ
ヘルプ センター および File Exchange で State-Space Control Design and Estimation についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!