How can i write a program; to find ultimate frequency of the transfer function
Ältere Kommentare anzeigen
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
Antworten (1)
Paul
am 23 Mär. 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().
Kategorien
Mehr zu Frequency-Domain Analysis finden Sie in Hilfe-Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!