11.03.2015 Views

www.FreeLibros.org

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

210 Ingeniería de control moderna<br />

MATLAB Programa 5-16<br />

t % 0:0.05:3;<br />

A % [0 1;–10 –5];<br />

B % [0;0];<br />

C % [0 0];<br />

D % [0];<br />

[y,x] % initial(A,B,C,D,[2;1],t);<br />

x1 % [1 0]*x';<br />

x2 % [0 1]*x';<br />

plot(t,x1,'o',t,x1,t,x2,'x',t,x2)<br />

grid<br />

title('Respuesta a condición inicial')<br />

xlabel('t Seg')<br />

ylabel('Variables de estado x1 y x2')<br />

gtext('x1')<br />

gtext('x2')<br />

Figura 5-33.<br />

Curvas de respuesta a condición inicial.<br />

EJEMPLO 5-10 Considere el siguiente sistema que está sujeto a condiciones iniciales. (No hay fuerzas externas<br />

presentes.)<br />

...<br />

y ! 8ÿ ! 17y5 ! 10y % 0<br />

y(0) % 2, y5(0) % 1, ÿ(0) % 0.5<br />

Obtenga la respuesta y(t) a condiciones iniciales dadas.<br />

Si se definen las variables de estado como<br />

x 1 % y<br />

<strong>www</strong>.<strong>FreeLibros</strong>.<strong>org</strong><br />

x 2 % y5<br />

x 3 % ÿ

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!