English 中文(简体)
Z-Transform - Existence
  • 时间:2024-10-18

DSP - Z-Transform Existence


Previous Page Next Page  

A system, which has system function, can only be stable if all the poles pe inside the unit circle. First, we check whether the system is causal or not. If the system is Causal, then we go for its BIBO stabipty determination; where BIBO stabipty refers to the bounded input for bounded output condition.

This can be written as;

$Mod(X(Z))< infty$

$= Mod(sum x(n)Z^{-n})< infty$

$= sum Mod(x(n)Z^{-n})< infty$

$= sum Mod[x(n)(re^{jw})^{-n}]< 0$

$= sum Mod[x(n)r^{-n}]Mod[e^{-jwn}]< infty$

$= sum_{n = -infty}^infty Mod[x(n)r^{-n}]< infty$

The above equation shows the condition for existence of Z-transform.

However, the condition for existence of DTFT signal is

$$sum_{n = -infty}^infty Mod(x(n)< infty$$

Example 1

Let us try to find out the Z-transform of the signal, which is given as

$x(n) = -(-0.5)^{-n}u(-n)+3^nu(n)$

$= -(-2)^nu(n)+3^nu(n)$

Solution − Here, for $-(-2)^nu(n)$ the ROC is Left sided and Z<2

For $3^nu(n)$ ROC is right sided and Z>3

Hence, here Z-transform of the signal will not exist because there is no common region.

Example 2

Let us try to find out the Z-transform of the signal given by

$x(n) = -2^nu(-n-1)+(0.5)^nu(n)$

Solution − Here, for $-2^nu(-n-1)$ ROC of the signal is Left sided and Z<2

For signal $(0.5)^nu(n)$ ROC is right sided and Z>0.5

So, the common ROC being formed as 0.5<Z<2

Therefore, Z-transform can be written as;

$X(Z) = lbracefrac{1}{1-2Z^{-1}} brace+lbracefrac{1}{(1-0.5Z)^{-1}} brace$

Example 3

Let us try to find out the Z-transform of the signal, which is given as $x(n) = 2^{r(n)}$

Solution − r(n) is the ramp signal. So the signal can be written as;

$x(n) = 2^{nu(n)}lbrace 1, n<0 (u(n)=0)quad andquad2^n, ngeq 0(u(n) = 1) brace$

$= u(-n-1)+2^nu(n)$

Here, for the signal $u(-n-1)$ and ROC Z<1 and for $2^nu(n)$ with ROC is Z>2.

So, Z-transformation of the signal will not exist.

Z -Transform for Causal System

Causal system can be defined as $h(n) = 0,n<0$. For causal system, ROC will be outside the circle in Z-plane.

$H(Z) = displaystylesumpmits_{n = 0}^{infty}h(n)Z^{-n}$

Expanding the above equation,

$H(Z) = h(0)+h(1)Z^{-1}+h(2)Z^{-2}+...quad...quad...$

$= N(Z)/D(Z)$

For causal systems, expansion of Transfer Function does not include positive powers of Z. For causal system, order of numerator cannot exceed order of denominator. This can be written as-

$pm_{z ightarrow infty}H(Z) = h(0) = 0quad orquad Finite$

For stabipty of causal system, poles of Transfer function should be inside the unit circle in Z-plane.

Z-transform for Anti-causal System

Anti-causal system can be defined as $h(n) = 0, ngeq 0$ . For Anti causal system, poles of transfer function should pe outside unit circle in Z-plane. For anti-causal system, ROC will be inside the circle in Z-plane.

Advertisements