11.03.2015 Views

www.FreeLibros.org

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

Capítulo 8. Controladores PID y controladores PID modificados 589<br />

3.0000 1.0000 1.1469 2.7700<br />

5.0000 0.8000 1.1485 2.2100<br />

4.0000 0.9000 1.1497 2.3800<br />

% Representa la respuesta con la menor sobreelongación que aparece<br />

% en la tabla sortsolution<br />

K=<br />

a=<br />

K = sortsolution(1,1), a = sortsolution(1,2)<br />

3.200<br />

0.9000<br />

num = [4*K 8*K*a 4*K*a p 2];<br />

den = [1 6 8+4*K 4+8*K*a 4*K*a p 2];<br />

num<br />

num =<br />

12.8000 23.0400 10.3680<br />

den<br />

den =<br />

1.0000 6.0000 20.8000 27.0400 10.3680<br />

y = step(num,den,t);<br />

plot(t,y) % Véase la Figura 8-24<br />

grid<br />

title('Respuesta escalón unitario')<br />

xlabel('t seg')<br />

ylabel('Salida y(t)')<br />

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

Figura 8-24. Respuesta a un escalón unitario del sistema con K % 3.2 y a % 0.9.

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

Saved successfully!

Ooh no, something went wrong!