<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META content="text/html; charset=iso-8859-1" http-equiv=Content-Type>
<META name=GENERATOR content="MSHTML 8.00.6001.19046">
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><STRONG><FONT size=4>Hello,</FONT></STRONG></DIV>
<DIV><STRONG><FONT size=4></FONT></STRONG> </DIV>
<DIV><STRONG><FONT size=4>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:</FONT></STRONG></DIV>
<DIV><STRONG><FONT size=4></FONT></STRONG> </DIV>
<DIV><STRONG><FONT size=4>-->z=poly(0,"z");<BR> <BR>-->a = 
z^(-0.5);<BR>             
!--error 30 <BR>Invalid exponent.<BR></FONT></STRONG></DIV>
<DIV><STRONG><FONT size=4>Is there a work around for this? Is 
there another way to create the discrete time delay 
z^(-1/2)?</FONT></STRONG></DIV>
<DIV><STRONG><FONT size=4></FONT></STRONG> </DIV>
<DIV><STRONG><FONT size=4>Thank you for your help with 
this.</FONT></STRONG></DIV>
<DIV><STRONG><FONT size=4></FONT></STRONG> </DIV>
<DIV><STRONG><FONT size=4>Dean Parsons</DIV></FONT></STRONG></BODY></HTML>