Encyclopedia > Bilinear transform

  Article Content

Bilinear transform

The bilinear transform in digital signal processing takes a transfer function <math>H(s)</math> in the analog domain and transforms it to the digital or <math>z</math>-domain, to obtain a function <math>H(z)</math>. This transform preserves stability and is computed by substituting

<math>s = \frac{2}{T} \frac{z - 1}{z + 1}</math>

where <math>T</math> is the sample time of the discrete system. The inverse transform is

<math>z = \frac{1 + s T / 2}{1 - s T / 2}.</math>
The bilinear transform is a special case of a conformal mapping, namely, the Möbius transform defined as
<math>z' = \frac{a z + b}{c z + d}.</math>

Background

An analog filter is stable if the poles of its transfer function fall in the negative real half of the complex plane. A digital filter is stable if the poles of its transfer function fall inside the unit circle in the complex plane. The bilinear transform maps the negative real half of the complex plane to the interior of the unit circle. This way, filters designed in the the analog domain can be easily converted to the digital domain while preserving their stability.

Example

As an example take a simple RC-filter. This filter has a transfer function

<math>H(s) = \frac{1}{1 + RC s}</math>

If we wish to simulate this filter in a digital simulation, we can apply the bilinear transform by substituting for <math>s</math> the formula above, after some reworking, we get the following filter representation:

<math>H(z) = \frac{1 + z}{(1 - 2RC/T) + (1 + 2RC/T) z}</math>

Warping

somebody who knows about this will need to write about warping and pre-warping



All Wikipedia text is available under the terms of the GNU Free Documentation License

 
  Search Encyclopedia

Search over one million articles, find something about almost anything!
 
 
  
  Featured Article
Urethra

... Passage of kidney stones through the urethra can be painful and subsequently it can lead to urethral strictures[?] Endoscopy of the bladder via the urethra is called ...

 
 
 
This page was created in 27 ms