z^(-1/2) half cycle delay in discrete time

Dean Parsons dean.parsons at att.net
Mon May 9 19:27:03 CEST 2011


Hello,

I want to add a half cycle delay to a discrete time transfer function by multiplying the transfer function by z^(-0.5). It seems Scilab doesn't allow non-integer exponents with the discrete time variable z:

-->z=poly(0,"z");
 
-->a = z^(-0.5);
             !--error 30 
Invalid exponent.

Is there a work around for this? Is there another way to create the discrete time delay z^(-1/2)?

Thank you for your help with this.

Dean Parsons
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.scilab.org/pipermail/users/attachments/20110509/e485fe9b/attachment.htm>


More information about the users mailing list