Expand description
Methods to simulate control systems in time-space
Functionsยง
- step_
for_ continuous_ ss - Generates the step response of a continuous state-space model for a given duration by converting it to a discrete model using the forward Euler method.
- step_
for_ discrete_ ss - Generates the step response of a discrete state-space model for a given duration.