[scilab-Users] time delay with syslin?

Dean Parsons dean.parsons at att.net
Thu Oct 21 03:04:36 CEST 2010


Stephane,

Thanks for your prompt reply.

Dean
----- Original Message ----- 
From: "Stephane Mottelet" <stephane.mottelet at utc.fr>
To: <users at lists.scilab.org>
Sent: Wednesday, October 20, 2010 1:34 AM
Subject: Re: [scilab-Users] time delay with syslin?


Hi Dean,

in the Matlab function the input time delay has to be approximated
with a finite dimensionnal state-space model, which is
series-connected with (A,B,C,D).
I am not sure that such a functionnality exists in syslin (but a time
delay block exists in Xcos).

S.


Dean Parsons <dean.parsons at att.net> a écrit :

> Hello,
>
> I would like to know if it is possible in scilab to specify a time  delay 
> for an input signal to a continuous-time linear system such as  one 
> created with
>
> sys1 = syslin('c',A,B,C,D);
>
> In other words, can I create a continuous time state-space model  with a 
> time delay?
>
> For example, in matlab you can do
>
> sys1 = ss(A,B,C,D,'InputDelay',1)
>
> (matlab's ss function for "state space" is similar to scilab's  syslin 
> function)
>
> which will create a continuous-time linear system and will add a  time 
> delay of 1 second to each of the system's inputs. Is it  possible to do 
> this in scilab? I've carefully gone through the help  manual but haven't 
> found anything yet.
>
> I appreciate your assistance.
>
> Dean Parsons
>
>





More information about the users mailing list