DSPRelated.com
Free Books

Polar Form of the Frequency Response

When the complex-valued frequency response is expressed in polar form, the amplitude response and phase response explicitly appear:

$\displaystyle \zbox {H(e^{j\omega T}) = G(\omega)e^{j\Theta(\omega)}} \protect$ (8.3)

Writing the basic frequency response description

$\displaystyle Y(e^{j\omega T}) = H(e^{j\omega T})X(e^{j\omega T})
$

(from Eq.$ \,$(7.2)) in polar form gives

\begin{eqnarray*}
Y(e^{j\omega T}) &=& \left\vert Y(e^{j\omega T})\right\vert e^...
...ight\vert\right]
e^{j[\angle X(e^{j\omega T})+ \Theta(\omega)]}
\end{eqnarray*}

which implies

\begin{eqnarray*}
\left\vert Y(e^{j\omega T})\right\vert &=& G(\omega) \left\ver...
...{Y(e^{j\omega T})} &=& \Theta(\omega) + \angle X(e^{j\omega T}).
\end{eqnarray*}

This states explicitly that the output magnitude spectrum equals the input magnitude spectrum times the filter amplitude response, and the output phase equals the input phase plus the filter phase at each frequency $ \omega$.

Equation (7.3) gives the frequency response in polar form. For completeness, recall the transformations between polar and rectangular forms (i.e., for converting real and imaginary parts to magnitude and angle, and vice versa):

\begin{eqnarray*}
G(\omega) &\isdef & \left\vert H(e^{j\omega T})\right\vert \eq...
...ga T})\right\}}{\mbox{re}\left\{H(e^{j\omega T})\right\}}\right]
\end{eqnarray*}

Going the other way from polar to rectangular (using Euler's formula),

\begin{eqnarray*}
\mbox{re}\left\{H(e^{j\omega T})\right\} &=& G(\omega) \cos[\T...
...ft\{H(e^{j\omega T})\right\} &=& G(\omega) \sin[\Theta(\omega)].
\end{eqnarray*}

Application of these formulas to some basic example filters are carried out in Appendix B. Some useful trig identities are summarized in Appendix A. A matlab listing for computing the frequency response of any IIR filter is given in §7.5.1 below.

Separating the Transfer Function Numerator and Denominator

From Eq.$ \,$(6.5) we have that the transfer function of a recursive filter is a ratio of polynomials in $ z$:

$\displaystyle H(z) = \frac{B(z)}{A(z)} \protect$ (8.4)

where

\begin{eqnarray*}
B(z) &=& b_0 + b_1 z^{-1}+ \cdots + b_M z^{-M}\\
A(z) &=& 1 + a_1 z^{-1}+ \cdots + a_N z^{-N}.
\end{eqnarray*}

By elementary properties of complex numbers, we have

\begin{eqnarray*}
G(\omega) &=& \frac{\left\vert B(e^{j\omega T})\right\vert}{\...
...a(\omega) &=& \angle B(e^{j\omega T}) - \angle A(e^{j\omega T}).
\end{eqnarray*}

These relations can be used to simplify calculations by hand, allowing the numerator and denominator of the transfer function to be handled separately.


Next Section:
Frequency Response as a Ratio of DTFTs
Previous Section:
Phase Response