Scilab-Branch-6.1-GIT
Please note that the recommended version of Scilab is 2025.0.0. This page might be outdated.
See the recommended documentation of this function
dsimul
state space discrete time simulation
Syntax
y = dsimul(sl, u)
Arguments
- sl
syslin
list describing a discrete time linear system- u
real matrix of appropriate dimension
- y
output of
sl
Description
Utility function.
If [A,B,C,D]=abcd(sl)
and x0=sl('X0')
, dsimul
returns y=C*ltitr(A,B,u,x0)+D*u
i.e.
the time response of sl
to the input u
.
sl
is assumed to be in state space form (syslin
list).
Examples
See also
Report an issue | ||
<< damp | Domaine Temporel | flts >> |