Jump to content

Linear filter

From Wikipedia, the free encyclopedia

This is an old revision of this page, as edited by 75.19.73.101 (talk) at 08:37, 16 December 2007 (more references). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

A linear filter applies a linear operator to a time-varying input signal. Linear filters are very common in electronics and digital signal processing (see the article on electronic filters), but they can also be found in mechanical engineering and other technologies.

They are often used to eliminate unwanted frequencies from an input signal or to select a desired frequency among many others. There are a wide range of types of filters and filter technologies, of which this article will present an overview.

Regardless of whether they are electronic, electrical, or mechanical, or what frequency ranges or timescales they work on, the mathematical theory of linear filters is universal.

Classification by transfer function

Impulse response

Linear filters can be divided into two classes: infinite impulse response (IIR), and finite impulse response (FIR) filters. In general, a filter with a compact frequency response will have an infinite impulse response and a filter with a compact impulse response will have an infinite frequency response. Until recently, only analog IIR filters were practical to construct. However, technologies such as analog delay lines and digital filters have made the construction of FIR filters practical.

Here is an image comparing the most popular IIR filters: Butterworth, Chebyshev, and elliptic filters. The filters in this illustration are all fifth-order low-pass filters. The particular implementation -- analog or digital, passive or active -- makes no difference; the output from any implementation would still match this image.

As is clear from the image, elliptic filters are sharper than the others, but they show ripples on the whole bandwidth.

Frequency response

There are several common kinds of linear filters:

Band-stop and band-pass filters can be constructed by combining low-pass and high-pass filters. A popular form of 2 pole filter is the Sallen-Key type. This is able to provide low-pass, band-pass, and high pass versions.

Mathematics of filter design

Linear time-invariant (LTI) filters of all types can be completely described by their frequency response and phase response, the specification of which uniquely defines their impulse response, and vice versa. From a mathematical viewpoint, continuous-time IIR LTI filters may be described in terms of linear differential equations, and their impulse responses considered as Green's functions of the equation. Continuous-time LTI filters may also be described in terms of the Laplace transform of their impulse response, which allows all of the characteristics of the filter to be analyzed by considering the pattern of poles and zeros of their Laplace transform in the complex plane. Similarly, discrete-time LTI filters may be analyzed via the Z-transform of their impulse response.

Before the advent of computer filter synthesis tools, graphical tools such as Bode plots and Nyquist plots were extensively used as design tools. Even today, they are invaluable tools to understanding filter behavior. Reference books[1] had extensive plots of frequency response, phase response, group delay, and impulse response for various types of filters, of various orders. They also contained tables of values showing how to implement such filters as RLC ladders - very useful when amplifying elements were expensive compared to passive components. Such a ladder can also be designed to have minimal sensitivity to component variation[2] a property hard to evaluate without computer tools.

Many different analog filter designs have been developed, each trying to optimise some feature of the system response. For practical filters, a custom design is sometimes desirable, that can offer the best tradeoff between different design criteria, which may include component count and cost, as well as filter response characteristics.

These descriptions refer to the mathematical properties of the filter (that is, the frequency and phase response). These can be implemented as analog circuits (for instance, using a Sallen Key filter topology, a type of active filter), or as algorithms in digital signal processing systems.

Digital filters are much more flexible to synthesize and use than analog filters, where the constraints of the design permits their use. Notably, there is no need to consider component tolerances, and very high Q levels may be obtained.

FIR digital filters may be implemented by the direct convolution of the desired impulse response with the input signal.

IIR digital filters are often more difficult to design, due to problems including dynamic range issues, quantization noise and instability.

See also

  1. ^ A. Zverev, Handbook of Filter Synthesis, John Wiley and Sons, 1967, ISBN 0-471-98680-1
  2. ^ Normally, computing sensitivities is a very laborious operation. But in the special case of an LC ladder driven by an impedance and terminated by a resistor, there is a neat argument showing the sensitivities are small. In such as case, the transmission at the maximum frequency(s) transfers the maximal possible energy to the output load, as determined by the physics of the source and load impedances. Since this point is a maximum, all derivatives with respect to all component values must be zero, since the result of changing any component value in any direction can only result in a reduction. This result only strictly holds true at the peaks of the response, but is roughly true at nearby points as well.
  • Williams, Arthur B & Taylor, Fred J (1995). Electronic Filter Design Handbook. McGraw-Hill. ISBN 0-07-070441-4.{{cite book}}: CS1 maint: multiple names: authors list (link) The Bible for practical electronic filter design.