Bioengineering Signals and Systems
Table of Contents

The Z-transform is a powerful tool for analyzing discrete-time signals and systems. It converts signals from the time domain to the complex frequency domain, making it easier to study system behavior and design digital filters.

Understanding the Region of Convergence (ROC) is crucial when working with Z-transforms. The ROC provides insights into signal properties like stability and causality, and it's essential for uniquely defining the transform and its inverse.

Z-Transform Fundamentals

Definition of Z-transform

  • Transforms discrete-time signals into complex frequency domain representation
  • Discrete-time equivalent of Laplace transform for continuous-time signals
  • Defined as $X(z) = \sum_{n=-\infty}^{\infty} x[n] z^{-n}$
    • $X(z)$ represents Z-transform of signal $x[n]$
    • $z$ is complex variable
    • $n$ denotes discrete-time index
  • Useful for analyzing and designing discrete-time systems (digital filters, control systems)

Region of convergence concept

  • Set of complex numbers $z$ for which Z-transform summation converges
  • Necessary condition for existence of Z-transform
  • Provides information about system stability and causality
    • Stable system has ROC including unit circle ($|z| = 1$)
    • Causal system has ROC extending outward from outermost pole
  • Determined by location of poles and zeros of Z-transform
    • Poles are values of $z$ where Z-transform becomes infinite
    • Zeros are values of $z$ where Z-transform becomes zero
  • Essential for uniquely defining Z-transform and its inverse (discrete-time signal)

ROC and Signal Properties

ROC for signal types

  • Causal signal ($x[n] = 0$ for $n < 0$) has ROC outside outermost pole
    • Causal signal with pole at $z = 0.5$ has ROC $|z| > 0.5$
  • Anti-causal signal ($x[n] = 0$ for $n > 0$) has ROC inside innermost pole
    • Anti-causal signal with pole at $z = 2$ has ROC $|z| < 2$
  • Finite-duration signal ($x[n] = 0$ outside finite range of $n$) has ROC entire z-plane, except $z = 0$ and $z = \infty$
    • Finite-duration signal with no poles has ROC $0 < |z| < \infty$
  • ROC determines signal properties like stability, causality, and uniqueness of inverse Z-transform

Z-domain signal conversion

  1. Identify signal expression $x[n]$
  2. Multiply $x[n]$ by $z^{-n}$
  3. Sum resulting expression over range of $n$ from $-\infty$ to $\infty$
  • Example: Z-transform of unit step signal $u[n]$
    • $x[n] = u[n] = \begin{cases} 1, & n \geq 0 \ 0, & n < 0 \end{cases}$
    • $X(z) = \sum_{n=0}^{\infty} (1) z^{-n} = \frac{1}{1-z^{-1}}, \quad |z| > 1$
      • ROC is $|z| > 1$ because signal is causal and pole is at $z = 1$
  • Z-transform pairs for common signals (unit step, unit impulse, exponential) simplify conversion process