Mensaje de error

  • Deprecated function: The each() function is deprecated. This message will be suppressed on further calls en book_prev() (línea 775 de /home1/montes/public_html/drupal/modules/book/book.module).
  • Notice: Trying to access array offset on value of type int en element_children() (línea 6422 de /home1/montes/public_html/drupal/includes/common.inc).
  • Notice: Trying to access array offset on value of type int en element_children() (línea 6422 de /home1/montes/public_html/drupal/includes/common.inc).
  • Notice: Trying to access array offset on value of type int en element_children() (línea 6422 de /home1/montes/public_html/drupal/includes/common.inc).
  • Deprecated function: implode(): Passing glue string after array is deprecated. Swap the parameters en drupal_get_feeds() (línea 394 de /home1/montes/public_html/drupal/includes/common.inc).

Ejemplo 9.2 pag633 OGATA: Page 12 of 12

Solapas principales

[adsense:336x280:9156825571]

Programa para dibujar respuesta a una rampa del sistema en Scilab
s=%s;

g=1/(s*(s+1)*(0.5*s+1));

gc=5*(21.74*s+1)/(236*s+1);

gc2=5*(10*s+1)/(100*s+1);

gt=g /. 1;

gt2=g*gc /. 1;

gt3=g*gc2 /. 1;
gs=syslin('c',gt);

gts=syslin('c',gt2);

gts2=syslin('c',gt3);

clf;

t=0:0.02:30;

y=csim(t,t,gs);

yt=csim(t,t,gts);

yt2=csim(t,t,gts2);

plot(t,t,'r');

plot(t,y,'k');

plot(t,yt,'g');

plot(t,yt2,'b');

xgrid;

legend(['rampa';'no compensado';'compensado';'libro'])

xtitle('Respuesta a una rampa','t(seg)','y(t)')

 

Respuesta del sistema compensado y no compensado a una rampa con Scilab

 



Español

Páginas

Añadir nuevo comentario

Plain text

  • No se permiten etiquetas HTML.
  • Las direcciones de las páginas web y las de correo se convierten en enlaces automáticamente.
  • Saltos automáticos de líneas y de párrafos.
Pin It