| Digital Filter |
Article Index for Digital |
Website Links For Digital |
Information AboutDigital Filter |
| CATEGORIES ABOUT DIGITAL FILTER | |
| filter theory | |
| digital signal processing | |
| synthesiser modules | |
|
In Electronics , a digital filter is any Electronic Filter that works by performing digital mathematical operations on an intermediate form of a signal. This is in contrast to older Analog Filter s which work entirely in the analog realm and must rely on physical networks of electronic components (such as Resistors , Capacitors , Transistors , etc.) to achieve the desired filtering effect. Digital filters can achieve virtually any filtering effect that can be expressed as a mathematical function or Algorithm . The two primary limitations of digital filters are their ''speed'' (the filter can't operate any faster than the computer at the heart of the filter), and their ''cost''. However as the cost of Integrated Circuit s has continued to drop over time, digital filters have become increasingly commonplace and are now an essential element of many everyday objects such as Radio s, Cellphone s, and Stereo Receivers . DIGITAL FILTER ADVANTAGES Digital filters can easily realize performance characteristics far beyond what are practically implementable with analog filters. It is not particularly difficult, for example, to create a 1000 Hz Low-pass Filter which can achieve near-perfect transmission of a 999 Hz input while entirely blocking a 1001 Hz signal. Practical analog filters cannot discriminate between such closely spaced signals. Also, for complex multi-stage filtering operations, digital filters have the potential to attain much better Signal-to-noise Ratio s than analog filters. This is because whereas at each intermediate stage the analog filter adds more noise to the signal, the digital filter performs noiseless mathematical operations at each intermediate step in the transform. The primary source of noise in a digital filter is to be found in the initial Analog-to-digital Conversion (ADC) step, where in addition to any circuit noise introduced, the signal is subject to an unavoidable Quantization Error which is due to the finite resolution of the digital representation of the signal. Note also that frequency components exceeding half the Sampling rate of the filter (cf. Nyquist Sampling Theorem ) will be confounded (or aliased) by the filter. Thus an anti-aliasing filter is usually placed ahead of the ADC circuitry to prevent these high-frequency components from aliasing. TYPES OF DIGITAL FILTERS Many digital filters are based on the Fast Fourier Transform , a mathematical algorithm that quickly extracts the Frequency Spectrum of a signal, allowing the spectrum to be manipulated (such as to create pass-band filters) before converting the modified spectrum back into a time-series signal. The Transfer Function for a typical linear digital filter can be expressed as a transform in the ''Z''-domain , as: : where ''M'' is the order of the filter. See ''Z''-transform's LCCD Equation for further discussion of this Transfer Function . This form is for a Recursive Filter , which typically leads to Infinite Impulse Response behaviour, but if the Denominator is Unity , then this is the form for a Finite Impulse Response filter. Another form of a digital filter is that of a State-space model. A well used state-space filter is the Kalman Filter published by Rudolf Kalman in 1960 . CONVERTING THE TRANSFER FUNCTION TO A DIFFERENCE EQUATION In Discrete-time systems, the digital filter is often implemented by converting the Transfer Function to a Difference Equation . For example, the transfer function is written as the ratio of two polynomials: : This is expanded: : and divided by the highest order of : : The coefficients of the denominator, , are the 'feed-backward' coefficients and the coefficients of the numerator are the 'feed-forward' coefficients, . The resultant Linear Difference Equation is: : or, for the example: : REFERENCES
SEE ALSO
EXTERNAL LINKS
|
|
|