Title:
Z-Transform In MATLAB
Objective:
        Z-Transform
        Inverse Z-Transform
        Pole / Zero plots
        Pratial Fraction
        Region of Convergence
        Z-Transform convolution theorm
Software/Tool:
                                    MATLAB Software
Tasks:
convolve the following:
u[n] ; (0.5)n u[n]               n=0:6
Z-Transform:
  
      an :
  
      n3:
  
      -an:
 cos (wn):
 sin (wn):
    an cos (wn):
    an sin (wn):
Inverse Z-Ttansform:
    (z^2+2*z) / (z^2+0.2)
    (z^2+2*z) / (z^2+0.2)
Pole / Zero Plot:
    1 / ( (1-0.9*z^-1)^2*(1+0.9*z^-1) )
 (z^3+1) / (z^3-z^2-z-2)
 1 / ( (z-0.5)*(z-0.5) )
Conclusion/Result: