help regarding controllability of input matrix

7 次查看(过去 30 天)
I have a state space equation defined as:
X(dot) =A x(t)+ B u(t)
as given:
A=[-1 0 1;
0 0 1;
-1 0 1]
B=[1 0 1]'
If I do check the controllability of (A,B) the system is not controllable as it does not have full rank.
Now, I add another function as:
X=A x(t)+ B u(t) + C v(t)
where v(t) is another input in the same system.
  1. Now how do I calculate the values of C in order to make this system controllable.
  2. Another problem is, If I assume I can only measure the state x1(t), I would like to design a full-state estimator to estimate x2(t) and x3(t) and verify that the estimated states do in fact track the true states and the output does in fact follow the step input.
My solution:
I tried calculating the determinant of whole the system including C but got stuck in part one.
In the second part, I was not sure how to solve for the problem to go on.

回答(1 个)

M
M 2018-12-19
编辑:M 2018-12-19
Is the matrix V completely free ?
If you can actually add any input to your system, why don't you simply define
C = eye(3)
But of course you have to see if it's realistic in regard with your actual system.
  2 个评论
aayam goch
aayam goch 2018-12-19
Well the matrix V is free.
Will the controllability of the system do have controllability of full rank if I do define
C=eye (3) ?
How do I check the controllability for these two inputs?
M
M 2018-12-20
You can define a new input vector
[u v]
and the corresponding input matrix
[B C]

请先登录,再进行评论。

类别

Help CenterFile Exchange 中查找有关 Dynamic System Models 的更多信息

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by