Lesson 14

z-Transform Properties

The previous sections focused on the unilateral z- transform in discussing properties, but as it turns out most of the properties are similar for the two cases. Since they are easier and more general for the bilateral case, we'll focus on those. We discuss the most important ones here:

Linearity and the time shift property will be useful for LCCDE systems, and the convolution property lets us avoid discrete-time convolutions. We'll use these properties a lot.

Convolution in Time


\begin{displaymath}y[n]=x[n] \ast h[n] \leftrightarrow \sum_{n=-\infty}^{\infty}[ \sum_{k=-\infty}^{\infty}
x[k]h[n-k]] z^{-n} \end{displaymath}

because we have a z-transform. Switching the order of the summations (OK except for pathological cases), we get:

\begin{displaymath}= \sum_{k=-\infty}^{\infty} x[k] \sum_{n=-\infty}^{\infty} h[n-k] z^{-n} \end{displaymath}

Now, let $m = (n-k)$ and we get:

\begin{displaymath}= \sum_{k=-\infty}^{\infty} x[k] [ \sum_{m=-\infty}^{\infty} h[m] z^{-(m+k)}] \end{displaymath}


\begin{displaymath}= \sum_{k=-\infty}^{\infty} x[k]z^{-k} \sum_{m=-\infty}^{\infty} h[m] z^{-m}
= X(z) H(z)\end{displaymath}




The new ROC will depend on both the poles in $X(z)$ and $H(z)$, giving $R_x \cap R_h$ since the ROC cannot include poles. However, if one transform has a zero that cancels a pole of the other then the ROC can be bigger, hence $ R_y^\prime \supset R_x
\cap R_h $.