Unusual response of my state space model when the correct sign of gain is followed
2 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Mr. NailGuy
el 31 de Oct. de 2017
Comentada: Mr. NailGuy
el 1 de Nov. de 2017
Hi everyone,
I have a state space model as shown below and uses a simulink model as attached. I placed my poles on p1 = -0.2 + 10j; p2 = -0.2 - 10j; p3 = -0.4; p4 = -1 where poles p1 and p2 are computed from the specifications (i.e. settling time and overshoot). So I use the "place" command to achieve my K as given below. I checked the graph in Simulink but when I properly set K as positive (which will be fed to minus sign) I will then have a graph of my state variables as attached which have a very large oscillations. But when I reverse the sign of my K to be negative, I then get a more acceptable response of my state variables which should converge to zero with fewer oscillations. Do you have any idea why I am having this kind of scenario?
Will appreciate your reply on this.
if true
A =
x1 x2 x3 x4
x1 -7.249 -0.0399 -5.15 3.585
x2 -4.574 4.502 -4.366 -1.568
x3 3.77 16.12 -15.61 4.494
x4 -9.898 8.374 -4.433 -6.432
B =
u1 u2
x1 0.1564 0.0319
x2 0.01735 -0.02
x3 4.494 2.336
x4 -1.427 -0.273
C =
x1 x2 x3 x4
y1 -3.299 -2.166 0.037 -0.0109
y2 0.2742 -2.151 -0.0104 0.0163
D =
u1 u2
y1 0 0
y2 0 0
K =
23.9911 -14.8621 17.8311 2.2935
-48.6838 31.9688 -43.0547 2.0584
end
5 comentarios
Respuesta aceptada
Birdman
el 1 de Nov. de 2017
The reason for changing the system's response against assignment of poles can be understood from the attachment figure. What we want to see from this figure is the speed of the poles. The response goes to 2.5 and 1 belongs to the poles -0.4 and -1 respectively. Their settling times are seen in the figure. They are slow enough to disturb the dominant pole behaviour so that when the dominant poles can not show their effect as it should be. The response goes to 0.25 and 0.1 belongs to the poles -4 and -10 respectively. Now, this poles settles so quickly(0.1 times than the initial poles) they do not show any negative effect on the dominant poles. Therefore it is emphasized that additional poles have to be assigned 5 times further from the real part of the dominant poles.
Más respuestas (0)
Ver también
Categorías
Más información sobre Classical Control Design en Help Center y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!