z-transform of unit step function?
es.mathworks.com › matlabcentral › answersMay 26, 2014 · If you look at the table using another definition of heaviside (e (0)=1), you will find the z-transform of a^n is z/ (z-a) . The heaviside defined in Matlab can be written as. heaviside (n)=e (n)-delta (n) (delta is Kronecker function), the z-transform is z/ (z-a)-0.5. In your case replace a by 0.5.