Quiz: DSP - Z Transform

To View Tricks: Login Required

Number of Questions: 24

Question: 1 -

What is the ROC of the signal x(n)=δ(n-k), k>0?

Options:
  1. z=∞

  2. Entire z-plane, except at z=∞

  3. Entire z-plane, except at z=0

  4. z=0

  5. Answer:

    Entire z-plane, except at z=0

    Solution:

    Given x(n)=δ(n-k)=1 at n=k
    => X(z)=z-k
    From the above equation, X(z) is defined at all values of z except at z=0 for k>0.
    So ROC is defined as Entire z-plane, except at z=0.


Question: 2 -

What is the z-transform of the signal x(n)=(0.5)nu(n)?

Options:
  1. 1/(1+0.5z1); ROC |z|<0.5

  2. 1/(1+0.5z1); ROC |z|>0.5

  3. 1/(10.5z1); ROC |z|>0.5

  4. 1/(10.5z1); ROC |z|<0.5

  5. Answer:

    1/(10.5z1); ROC |z|>0.5

    Solution:

    Given x(n)=(0.5)nu(n)=(0.5)n for n≥0


    So, X(z)=n=0 0.5n zn=n=0 (0.5z1)n


    This is an infinite GP whose sum is given as


    X(z)=1/(10.5z1) under the condition that |0.5z-1|<1


    => X(z)=1/(10.5z1) and ROC is |z|>0.5.


Question: 3 -

What is the z-transform of the following finite duration signal?

x(n) = {2, 4, 5, 7, 0, 1}

 

Options:
  1. 2 + 4z + 5z2 + 7z3 + z5

  2. 2 + 4z-1 + 5z-2 + 7z-3 + z-5

  3. 2z2 + 4z + 5 +7z-1 + z-3

  4. 2 + 4z + 5z2 + 7z3 + z4

  5. Answer:

    2z2 + 4z + 5 +7z-1 + z-3

    Solution:

    Substitute the values of n from -2 to 3 and the corresponding signal values in the z-transform formula
    We get, X(z) = 2z2 + 4z + 5 + 7z-1 + z-3.


Question: 4 -

Consider a discrete-time signal given by

x[n] = (-0.25)n u[n] + (0.5)n u[-n-1]

The region of convergence of its Z-transform would be

Options:
  1. the entire z-plane

  2. the region inside the circle of radius 0.5 and centered at origin

  3. the annular region between the two circles, both centered at origin and having radii 0.25 and 0.5.

  4. the region outside the circle of radius 0.25 and centered at origin

  5. Answer:

    the annular region between the two circles, both centered at origin and having radii 0.25 and 0.5.

    Solution not available.

Question: 5 -

The Z-Transform X(z) of a discrete time signal x(n) is defined as ____________

Options:
  1. n=x(n) zn

  2. n=0x(n) zn

  3. n=x(n) z-n

  4. None of these

  5. Answer:

    n=x(n) z-n

    Solution not available.