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
Introduces an adjust_phase_start flag to margin and sisomargin functions to normalize phase start values based on integrator excess.
Updates plotting functions and test cases to reflect these changes.
returns frequencies for gain margins, gain margins, frequencies for phase margins, phase margins
466
466
467
-
If `!allMargins`, return only the smallest margin
467
+
- If `!allMargins`, return only the smallest margin
468
+
- If `full` return also `fullPhase`
469
+
- `adjust_phase_start`: If true, the phase will be adjusted so that it starts at -90*intexcess degrees, where `intexcess` is the integrator excess of the system.
468
470
469
-
If `full` return also `fullPhase`
470
471
See also [`delaymargin`](@ref) and [`RobustAndOptimalControl.diskmargin`](https://juliacontrol.github.io/RobustAndOptimalControl.jl/dev/api/#RobustAndOptimalControl.diskmargin)
Return frequencies for gain margins, gain margins, frequencies for phase margins, phase margins. If `allMargins=false`, only the smallest margins are returned.
0 commit comments