Gain and phase margins and associated crossover frequencies.
Can be called as margin(sys)
where sys
is a SISO LTI system or margin(mag, phase, omega)
.
StateSpace
or TransferFunction
Linear SISO system representing the loop transfer function.
Input magnitude, phase (in deg.), and frequencies (rad/sec) from bode frequency response data.
Gain margin.
Phase margin (in degrees).
Crossover frequency associated with gain margin (phase crossover frequency), where phase crosses below -180 degrees.
Crossover frequency associated with phase margin (gain crossover frequency), where gain crosses below 1.
Examples
>>> G = ct.tf(1, [1, 2, 1, 0]) >>> gm, pm, wcg, wcp = ct.margin(G)
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4