Mensaje de error

  • Notice: Trying to access array offset on value of type null en theme_pager() (línea 331 de /home1/montes/public_html/drupal/includes/pager.inc).
  • Notice: Trying to access array offset on value of type null en theme_pager_first() (línea 459 de /home1/montes/public_html/drupal/includes/pager.inc).
  • Notice: Trying to access array offset on value of type null en theme_pager_previous() (línea 489 de /home1/montes/public_html/drupal/includes/pager.inc).
  • Notice: Trying to access array offset on value of type null en theme_pager_next() (línea 528 de /home1/montes/public_html/drupal/includes/pager.inc).
  • Notice: Trying to access array offset on value of type null en theme_pager_next() (línea 529 de /home1/montes/public_html/drupal/includes/pager.inc).
  • Notice: Trying to access array offset on value of type null en theme_pager_last() (línea 564 de /home1/montes/public_html/drupal/includes/pager.inc).
  • Notice: Trying to access array offset on value of type null en theme_pager_last() (línea 564 de /home1/montes/public_html/drupal/includes/pager.inc).
  • Notice: Trying to access array offset on value of type null en theme_pager_next() (línea 528 de /home1/montes/public_html/drupal/includes/pager.inc).
  • Notice: Trying to access array offset on value of type null en theme_pager_next() (línea 529 de /home1/montes/public_html/drupal/includes/pager.inc).
  • Notice: Trying to access array offset on value of type null en theme_pager_last() (línea 564 de /home1/montes/public_html/drupal/includes/pager.inc).
  • 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 8-6 pag518 OGATA

Solapas principales

[adsense:336x280:9156825571]
Vamos a calcular el diagrama de Bode mediante el Scilab de la siguiente funcion:

Funcion de transferencia, Transformada de Laplace

 

Programa en Scilab
s=%s/(2*%pi);

g=9*(s1^2+0.2*s1+1))/(s1*(s1^2+1.2*s1+9));
gs=syslin('c',g);

w=logspace(-2,3,100);

bode(gs,w);

xtitle('Diagrama de Bode de 9*(s1^2+0.2*s1+1))/(s1*(s1^2+1.2*s1+9));)')

 

Diagrama de Bode de la funcion de transferencia 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