Why is MATLAB giving me the wrong Bode phase plot?

Respuestas (1)

Urmila Rajpurohith
Urmila Rajpurohith el 14 de Nov. de 2019

0 votos

The Bode Phase plot which you got is correct because the transfer function is written as
G=(-100)/((1+jw)(1+(-1)jw))
When you calculate phase angle then
For (1+jw) the phase angle is= -atan(w)
For (1+(-1)jw) the phase angle is which is -atan(-w) written as atan(w)-180
So, the overall phase angle becomes ɸ =-atan(w) + atan(w)-180
ɸ = -180
So, the Phase plot you will get at -180 deg.Here atan is nothing but inverse of tan.

Productos

Versión

R2019b

Etiquetas

Preguntada:

el 10 de Nov. de 2019

Respondida:

el 14 de Nov. de 2019

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by