Module simulator

Module simulator 

Source
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.