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

c2d of improper transfer function

Open mfalt opened this issue 6 years ago • 2 comments

c2d of improper transfer function breaks silently since it goes through state-space, and isproper is broken, see https://github.com/JuliaControl/ControlSystems.jl/issues/85 Should we enable some way of discretizing a transferfunction other than going through state-space form?

mfalt avatar Feb 19 '18 15:02 mfalt

Yes, at least it should be possible to do pole-zero matching for systems on zpk form.

olof3 avatar Mar 20 '18 13:03 olof3

Isproper no longer breaks silently, but this feature should still be added.

mfalt avatar Sep 02 '18 18:09 mfalt