ControlSystems.jl icon indicating copy to clipboard operation
ControlSystems.jl copied to clipboard

A Control Systems Toolbox for Julia

Results 112 ControlSystems.jl issues
Sort by recently updated
recently updated
newest added

If I want to determine the phase at some frequency using bode(G, w) with w as a 1-element vector, bode() only returns values in the interval (-180°, 180°). This is...

Replace gebal! with GenericSchur.balance! in matrix_comps

Noticed that plotting by sending in a vector of plots does not seem to work when there is a mix of discrete and continuous, but when sending them in one...

v1

Zygote.jl does not handle try-catch, so I modified `feedback` slightly to avoid using it, but maintained the useful error messagees. The comment `# inv seems to be better than lu`...

I'm marking this as a draft. The current benefit is not really large enough to include, but - https://github.com/JuliaLang/julia/pull/43990 may make it more worthwhile. In particular, I'm worried about the...

Have two systems H and H2 to compare. Running ```julia bodeplot([H, H2]) ``` I get a nice plot with legend G1 and G2 so I know which is which. Running...

``` h = 0.1 z = tf("z", h) sp = 2/h * (z-1)/(z+1) sys = (1+sp)/(1+sp/10)^2 bodeplot(sys) ``` This does not manage to plot correctly, while it does in matlab....

https://github.com/JuliaControl/ControlSystems.jl/blob/094983a12649ada131af4af012d3a206622181a9/src/pid_design.jl#L256