How can i write a program; to find ultimate frequency of the transfer function

1 visualización (últimos 30 días)
How can i write a program;
to find ultimate frequency of the transfer function.
i.e., frequency where the phase plot of frequency response across -pi

Respuestas (1)

Paul
Paul el 23 de Mzo. de 2014
I guess you want the crossover frequency:
[Gm,Pm,Wgm,Wpm] = margin(sys)
Wgm is the crossover frequency in rad/s. sys is the transfer function defined by tf().

Categorías

Más información sobre MATLAB en Help Center y File Exchange.

Etiquetas

Productos

Community Treasure Hunt

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

Start Hunting!

Translated by