[scilab-Users] time delay with syslin?

Dean Parsons dean.parsons at att.net
Fri Oct 22 21:51:00 CEST 2010


Samuel,

Thank you for the information. This code does indeed allow me to create a linear continuous time system with a time delay via a new Scilab function called "iodelay". It also creates a new Scilab datatype also called "iodelay" and also modifies the Scilab functions bode, nyquist, black, and repfreq so that they can handle this new datatype.

Unfortunately it is still not useful for my purposes because I need to convert a continuous time linear system with a time delay to a discrete time linear system --- which I was hoping to do with the Scilab function "dscr" --- however, I cannot do this because the dscr function cannot handle the new iodelay datatype. 

Could someone create an overloaded version of dscr that will handle the iodelay datatype? If so, then I believe I could achieve my purposes.

Dean Parsons
  ----- Original Message ----- 
  From: Samuel GOUGEON 
  To: users at lists.scilab.org 
  Sent: Thursday, October 21, 2010 3:18 AM
  Subject: Re: [scilab-Users] time delay with syslin?


  Hello,

  ----- Message d'origine ----- 
  De : Dean Parsons 
  Date : 20/10/2010 07:56: 
    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?
  I do not know if it is convenient, but it could likely be : You may have a 
  look at the attachment at
  http://bugzilla.scilab.org/show_bug.cgi?id=6109#c1

  Please let us know if it is actually useful to your purpose.

  Regards
  Samuel

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.scilab.org/pipermail/users/attachments/20101022/5b99ebd8/attachment.htm>


More information about the users mailing list