You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create a Nyquist plot of the `LTISystem`(s). A frequency vector `w` can be
299
299
optionally provided.
300
300
301
-
- `unit_circle`: if the unit circle should be displayed
301
+
- `unit_circle`: if the unit circle should be displayed. The Nyquist curve crosses the unit circle at the gain corssover frequency.
302
302
- `Ms_circles`: draw circles corresponding to given levels of sensitivity (circles around -1 with radii `1/Ms`). `Ms_circles` can be supplied as a number or a vector of numbers. A design staying outside such a circle has a phase margin of at least `2asin(1/(2Ms))` rad and a gain margin of at least `Ms/(Ms-1)`.
303
+
- `Mt_circles`: draw circles corresponding to given levels of complementary sensitivity. `Mt_circles` can be supplied as a number or a vector of numbers.
303
304
- `critical_point`: point on real axis to mark as critical for encirclements
304
305
305
306
If `hz=true`, the hover information will be displayed in Hertz, the input frequency vector is still treated as rad/s.
0 commit comments