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

Programa 5.3 pag 249, Ogata

Solapas principales

Se va ha introducir el valor de frecuencia natural no amortiguada $\omega_{n}=5$ rad/seg y un factor de amortiguamiento $\zeta=0.4$ en el siguiente sistema programandolo en Scilab:

 

Funcion de transferencia de segundo orden, Transformada de Laplace


Programa en Scilab:

wn=5;

zeta=0.4;

num=wn^2;

s=poly(0,'s');

den=[s^2+2*wn*zeta*s+wn^2];

g=[num/den]

g=
1
--------------
s^2 + 4 s + 25
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