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
# For sys = 1/(s+1)^2*(s+10)^2*(s+100)^4/100^4/10 the output from phasemargin is off by a noticable ammount. Haven't been able to replicate or find the problem, might be because of instabilities in roots() though...
11
11
12
12
Z, P = sys.num[1], sys.den[1]
@@ -27,7 +27,7 @@ function phasemargin(sys::RationalTF{Siso{true},Continuous{true}}; deg::Bool=fal
27
27
end
28
28
29
29
# For other representations, convert to transfer function
0 commit comments