Scilab Function

ltitr - discrete time response (state space)

Calling Sequence

[X]=ltitr(A,B,U,[x0])
[xf,X]=ltitr(A,B,U,[x0])

Parameters

Description

calculates the time response of the discrete time system

         x[t+1] = Ax[t] + Bu[t].
   

The inputs ui's are the columns of the U matrix

        U=[u0,u1,...,un];
   

x0 is the vector of initial state (default value : 0) ;

X is the matrix of outputs (same number of columns as U).

        X=[x0,x1,x2,...,xn] 
   

xf is the vector of final state xf=X[n+1]

Examples

See Also