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).

Problema A8.11 pag600 OGATA

Solapas principales

Vamos a dibujar el diagrama de Nyquist mediante Scilab de la funcion de transferencia:

 

funcion de transferencia, transformada de Laplace


 

Programa en Scilab

clf;

s=%s/(%pi*2);

g=20*(s^2+s+0.5)/(s*(s+1)*(s+10));

gs=syslin('c',g);

nyquist(gs);

mtlb_axis([-2 3 -3 3]);

Diagrama de Nyquist con Scilab

 

 

Español

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