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.13 pag601 OGATA

Solapas principales

[adsense:336x280:9156825571]
Vamos a dibujar sobre el diagrama polar los siguientes puntos de frecuencia $w=0.2,0.3,0.5,1,2,6,10,20$ y calcular las magnitudes y angulos de fase en esos puntos,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);

w=[0.2, 0.3, 0.5, 1, 2, 6, 10, 20];

fr=repfreq(gs,w);

nyquist(gs);

for i=1:8,

x(i)=real(fr(i));

y(i)=imag(fr(i));

t(i)=string(w(i));

plot(x(i),y(i),'o');

xstring(x(i),y(i),t(i));

end;

mtlb_axis([-0.1 2 -5 0]);

[db,phi]=dbphi(fr);

[db;phi]


Resultados:

ans  =
 
    13.835036    10.217883    6.0097561    3.9361863   4.9485002    
4.5670563    2.9671948 - 0.9799372  

  - 78.95713   - 72.224395  - 55.992508  - 24.145542  - 14.489763 
 - 31.094569  - 45.028505  - 63.438525

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