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
* Implement forward euler for c2d and d2c
* add missing B factor and test simuation
* caution against fwdeuler with long time step
* Splat tuple
* c2d on discrete throws method error
* Compat 1.3
Convert the continuous system `sys` into a discrete system with sample time
9
-
`Ts`, using the provided method. Currently only `:zoh`and `:foh` are provided.
9
+
`Ts`, using the provided method. Currently only `:zoh`, `:foh` and `:fwdeuler` are provided. Note that the forward-Euler method generally requires the sample time to be very small in relation to the time-constants of the system.
10
10
11
11
Returns the discrete system `sysd`, and for StateSpace systems a matrix `x0map` that transforms the
Convert discrete-time system to a continuous time system, assuming that the discrete-time system was discretized using `method`. Available methods are `:zoh, :fwdeuler´.
0 commit comments