RESPUESTA EN FRECUENCIA - INGENIERIA MECÁNICA - SISTEMAS DE CONTROL

in #spanish7 years ago

1.. Analizar la respuesta en frecuencia de los siguientes sistemas de control con retroalimentación unitaria. Dibuje las trazas de Bode, Diagramas de Nyquist, calcule el margen de fase, margen de ganancia, Mr (Pico de resonancia ) y BW (Ancho de banda ).

#Nomenclatura
Mr ( Pico de Resonancia).
BW (Ancho de Banda).
θ (Margen de Fase).
Mg (Margen de Ganancia).

H(S) = 1

a) = = = =
= control.jpg

b) = = control2.jpg

c) = = control3.jpg

Realizado con un software MATLAB v6.0

Diagrama de Bode
Ejercicio a)
» num=[0 0 0 0.1 1];
» den=[0.01 1.01 1 0];
» bode(num,den);
» Title('Diagrama de Bode');
» Xlabel('Frecuencia (rad/sec)');
» Ylabel('Fase en Grados, Magnitud en dB');
» grid;
» shg

Diagrama de Nyquist
»num=[0.01 1.01 1.1 1];
» den=[0.01 1.01 1 0];
» nyquist(num,den);
» Title('Diagrama de Nyquist');
» Xlabel('Eje Real');
» Ylabel('Eje Imaginario');
» grid;
» shg

Diagrama de Bode
Ejercicio b)
» num=[0 0 0 0.5 0.5];
» den=[0.1 0.7 1.2 1 0];
» bode(num,den);
» Title('Diagrama de Bode');
» Xlabel('Frecuencia (rad/sec)');
» Ylabel('Fase en Grados, Magnitud en dB');
» grid;
» shg

Diagrama de Nyquist
» num=[0.1 0.7 1.2 1.5 0.5];
» den=[0.1 0.7 1.2 1 0];
» nyquist(num,den);
» Title('Diagrama de Nyquist');
» Xlabel('Eje Real');
» Ylabel('Eje Imaginario');
» grid;
» shg

Diagrama de Bode
Ejercicio c)
» num=[0 0 0 0 50];
» den=[0.5 0.5 1 1 0];
» bode(num,den);
» Title('Diagrama de Bode');
» Xlabel('Frecuencia (rad/sec)');
» Ylabel('Fase en Grados, Magnitud en dB');
» grid;
» shg

Diagrama de Nyquist
» num=[0.5 0.5 1 1 50];
» den=[0.5 0.5 1 1 0];
» nyquist(num,den);
» Title('Diagrama de Nyquist');
» Xlabel('Eje Real');
» Ylabel('Eje Imaginario');
» grid;
» shg

Para compartirlo con todos ustedes, Gracias por visitar mi blog
Ing. Rance Zambrano

Sort:  

Congratulations @rancezambrano! You have completed some achievement on Steemit and have been rewarded with new badge(s) :

Award for the number of upvotes received

Click on any badge to view your own Board of Honor on SteemitBoard.
For more information about SteemitBoard, click here

If you no longer want to receive notifications, reply to this comment with the word STOP

Upvote this notification to help all Steemit users. Learn why here!

Coin Marketplace

STEEM 0.14
TRX 0.24
JST 0.033
BTC 86741.29
ETH 2162.27
USDT 1.00
SBD 0.64