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
Copy file name to clipboardExpand all lines: src/diskmargin.jl
+5-3Lines changed: 5 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -8,11 +8,13 @@ The notation follows "An Introduction to Disk Margins", Peter Seiler, Andrew Pac
8
8
`ω0`: The worst-case frequency
9
9
`f0`: The destabilizing perturbation `f0` is a complex number with simultaneous gain and phase variation. This critical perturbation causes an instability with closed-loop pole on the imaginary axis at the critical frequency ω0
10
10
`δ0`: The uncertain element generating f0.
11
-
`γmin`: The lower real-axis intercept of the disk (classical lower gain margin).
12
-
`γmax`: The upper real-axis intercept of the disk (classical upper gain margin).
13
-
`ϕm`: is the classical phase margin.
11
+
`γmin`: The lower real-axis intercept of the disk (analogous to classical lower gain margin).
12
+
`γmax`: The upper real-axis intercept of the disk (analogous to classical upper gain margin).
13
+
`ϕm`: is analogous to the classical phase margin.
14
14
`σ`: The skew parameter that was used to calculate the margin
15
15
16
+
Note, `γmax` and `ϕm` are in smaller than the classical gain and phase margins sicne the classical margins do not consider simultaneous perturbations in gain and phase.
17
+
16
18
The "disk" margin becomes a half plane for `α = 2` and an inverted circle for `α > 2`. In this case, the upper gain margin is infinite. See the paper for more details, in particular figure 6.
0 commit comments