next up previous contents index
Next: Butterworth band-pass filter Up: Designing filters Previous: Butterworth filters   Contents   Index

Stretching the unit circle with rational functions

In Section 8.3.4 we saw a simple way to turn a low-pass filter into a band-pass one. It is tempting to apply the same method to turn our Butterworth low-pass filter into a higher-quality band-pass filter; but if we wish to preserve the high quality of the Butterworth filter we must be more careful than before in the design of the transformation used. In this section we will prepare the way to making the Butterworth band-pass filter by introducing a class of rational transformations of the complex plane which preserve the unit circle.

This discussion is adapted from [PB87], pp. 201-206 (I'm grateful to Julius Smith for this pointer). There the transformation is carried out in continuous time, but here we have adapted the method to operate in discrete time, in order to make the discussion self-contained.

The idea is to start with any filter with a transfer function as before:

\begin{displaymath}
H(Z) = {
{
(1 - {Q_1}{Z^{-1}}) \cdots (1 - {Q_j}{Z^{-1}})
} \over {
(1 - {P_1}{Z^{-1}}) \cdots (1 - {P_k}{Z^{-1}})
}
}
\end{displaymath}

whose frequency response (the gain at a frequency $\omega $) is given by:

\begin{displaymath}
\vert H(\cos(\omega) + i \sin(\omega)) \vert
\end{displaymath}

Now suppose we can find a rational function, $R(Z)$, which distorts the unit circle in some desirable way. For $R$ to be a rational function means that it can be written as a quotient of two polynomials (for example, the transfer function $H$ is a rational function). That $R$ sends points on the unit circle to other points on the unit circle is just the condition that $\vert R(Z)\vert = 1$ whenever $Z=1$. It can easily be checked that any function of the form

\begin{displaymath}
R(Z) = U \cdot
{{
{A_n}{Z^n} + {A_{n-1}}{Z^{n-1}} + \cdot...
...}{Z^n} + \overline{A_1}{Z^{n-1}} + \cdots + \overline{A_n}
}}
\end{displaymath}

(where $\vert U\vert=1$) has this property. The same reasoning as in Section 8.2.2 confirms that $\vert R(Z)\vert = 1$ whenever $Z=1$.

Once we have a suitable rational function $R$, we can simply compose it with the original transfer function $H$ to fabricate a new rational function,

\begin{displaymath}
J(Z) = H(R(Z))
\end{displaymath}

The gain of the new filter $J$ at the frequency $\omega $ is then equal to that of $H$ at a different frequency $\phi$, chosen so that:

\begin{displaymath}
\cos(\phi) + i \sin(\phi) = R(\cos(\omega) + i \sin(\omega))
\end{displaymath}

The function $R$ moves points around on the unit circle; $J$ at any point equals $H$ on the point $R$ moves it to.

For example, suppose we start with a one-zero, one-pole low-pass filter:

\begin{displaymath}
H(Z) =
{{
1 + {Z^{-1}}
} \over {
1 - g{Z^{-1}}
}}
\end{displaymath}

and apply the function

\begin{displaymath}
R(Z) = -{Z^2} = -
{{
1 \cdot {Z^2} + 0 \cdot Z + 0
} \over {
0 \cdot {Z^2} + 0 \cdot Z + 1
}}
\end{displaymath}

Geometrically, this choice of $R$ stretches the unit circle uniformly to twice its circumference and wraps it around itself twice. The points $1$ and $-1$ are both sent to the point $-1$, and the points $i$ and $-i$ are sent to the point $1$. The resulting transfer function is

\begin{displaymath}
J(Z) =
{{
1 - {Z^{-2}}
} \over {
1 + g{Z^{-2}}
}}
=
...
... \over {
(1 - i\sqrt{g} {Z^{-1}})(1 + i\sqrt{g} {Z^{-1}})
}}
\end{displaymath}

The pole-zero plots of $H$ and $J$ are shown in Figure 8.19. From a low-pass filter we ended up with a band-pass filter. The points $i$ and $-i$ which $R$ sends to $1$ (where the original filter's gain is highest) become points of highest gain for the new filter.

Figure 8.19: One-pole, one-zero low-pass filter: (a) pole-zero plot; (b) plot for the resulting filter after the transformation $R(Z) = -{Z^2}$. The result is a band-pass filter with center frequency $\pi /2$.
\begin{figure}\psfig{file=figs/fig08.19.ps}\end{figure}


next up previous contents index
Next: Butterworth band-pass filter Up: Designing filters Previous: Butterworth filters   Contents   Index
Miller Puckette 2006-12-30