Inverse Z transform

To convert a system frequency domain to Discrete time domain we can used Inverse Z transform. 

The representation can be shown as 
as we know that x(n) is a signal in time domain and X(z) is a signal in frequency domain. 


So basically there are many methods for inverse z transform and here are a few...
  1. Direct Division Method
  2. Partial Fraction Expansion

Direct Division method 

This method is useful when it is useful to obtain the closed-form expression of the inverse z transform or have the desire to find the t several terms only. Also, It works if we have an equation containing both numerator and denominator.

We simply need to divide the equation with the highest power of z in the equation. After getting an equation which contains inverse z on numerator and denominator both we can just divide the equations and get the time-domain sequence of the signal. See the example below...

In the above example as shown we need to find up to 4 values of k. Hence we divided until we get a term with z^-4. Simple as that.

Partial Fractions 

Find the inverse z-transform of


where the ROC is |z|>2. In this case M=N=2, so we have to use long division to get


Next Factor the denominator,


Now do partial-fraction expansion,


Now each term can be inverted using the inspection method and the z-transform table. Thus, since the ROC is |z|>2,


Thank you & see you in the next one.


Comments