baggepinnen / ControlSystemIdentification.jl

System Identification toolbox, compatible with ControlSystems.jl
https://baggepinnen.github.io/ControlSystemIdentification.jl/dev
MIT License
130 stars 13 forks source link

Possible wrong state space model formula #106

Closed mzaffalon closed 2 years ago

mzaffalon commented 2 years ago

$x^+$ is not a standard notation for the first derivative of x in https://baggepinnen.github.io/ControlSystemIdentification.jl/stable/ss/: image

baggepinnen commented 2 years ago

$x^+$ does not denote the first derivative here, it denotes "$x$ in the next time instance", since this is a discrete-time model. The more verbose way of expressing this would be $x(k+1) = Ax(k) + Bu(k)$ but this is commonly abbreviated to $x^+$