-
Notifications
You must be signed in to change notification settings - Fork 89
Open
Description
See https://discourse.julialang.org/t/controlsystems-transfer-functions-with-delay/58003/7
- Inconsistency between normal and delayed systems in how
uis defined,u(x, t)vsu(t). Can easily lead to defining a zero input since delay system also acceptu(uout, t)as an inplace version. - Missing documentation in the online docs about
lsimfor delayed systems, exists inhelp?>menu in repl - Does not handle different types for
x0, for example ifsysis float andx0is int array lsimplotcan't handlex0at all and gives strange error message- Not very clear what the states are, i.e. how the delay enters the system. This is important when setting the initial state
x0. It is also not very clear how the delayed states are initialized and how you can affect them (not really possible as it is now but maybe it should be).
Metadata
Metadata
Assignees
Labels
No labels