Quiz: DSP - Z Transform

To View Tricks: Login Required

Number of Questions: 24

Question: 21 -

The z-transform of the signal a^nx(n) is:

Options:
  1. X(z/a)

  2. X(z + a/a)

  3. None of these

  4. X(za)

  5. Answer:

    X(z/a)

    Solution:

    The above property is defined as the scaling property of the signal.


Question: 22 -

The Z-transform of the function y(n) = x(n) + y(n - 1) is:

Options:
  1. z/ z - 1

  2. z/ z + 1

  3. z - 1/z

  4. z/ 2z

  5. Answer:

    z/ z - 1

    Solution:

     y(n) = x(n) + y(n - 1)

    Applying Z-transform on both the sides,

    Z [y(n)] = Z [x(n)] + Z y[(n - 1)]

    Y(z) = X(z) + z^(-1) Y(z)

    Y(z) - z^(-1) Y(z) = X(z)

    Y(z) (1 - 1/z) = X(z)

    Y(z) (1 - 1/z) = X(z)

    Y(z)/X(z) = 1/ (1 - 1/z)

    H(z) = z / z-1

    Thus, the Z-transform of the function y(n) = x(n) + y(n - 1) is z / z-1


Question: 23 -

The addition of zeroes at the end of the sequence when it is represented as the power of integer is refer as:

Options:
  1. Region of Convergence

  2. None of the above

  3. Zero padding

  4. Bilateral transform

  5. Answer:

    Zero padding

    Solution not available.

Question: 24 -

The z-transform of the impulse response y(n) = x(n) + 2x(n - 1) is:

Options:
  1. 1 + 2z-1

  2. 1 - 2z

  3. 1 + 2z2

  4. 1/2z

  5. Answer:

    1 + 2z-1

    Solution:

    Z [y(n)] = Z [x(n)] + Z [2x(n - 1)]

    Y(z) = X(z) + 2z^-1X(z)

    Y(z) = X(z) (1 + 2z^-1)

    Y(z)/X(z) = 1 + 2z^-1

    H(z) = 1 + 2z^-1