Summary: Describes how real-world filters behave.
An ideal filter simply removes all unwanted frequencies, preserving the remaining frequencies exactly. This would resemble some sort of a finite rectangle function in frequency. However, a simple, finite rectangle function in frequency is an infinite sinc function in time. This is a problem. A sinc function is an infinite length signal in both the positive and negative directions, making it impossible to create in the real-world. This leads us to as what would happen if we just made this sinc function causal by "chopping it off" somewhere. What we find when we do this is that the frequency domain representation is no longer a perfect rectangle: it now does not fall off immediately and shows some wiggling where it was flat before.
|
An ideal filter has two types of bands: the stop band defines the region of frequencies that are eliminated by the filter, while the pass band defines the region of frequencies that the filter allows through. Practical filters add one more, the transition band. This is the area where the filter is moving between the stop band and pass band.
In our look at filter design specifications, we will use the example of a lowpass filter. The extension to the other kinds of filters should be fairly straightforward. Figure 2 shows the parameters for a lowpass filter in the frequency domain.
![]() |
From this image, the passband is the region from
In the figure above,
This example will look at a moving average system.
|
Some notes about this system:
We are going to design a moving average filter with the
following design specs:
![]() |
With this specification, we are allowing
We begin with
![]() |
It is very clear from this representation that the
transition band is huge (
In the discussion of the different filters (Butterworth, Chebyshev and Elliptical) is common to see explanations based on lowpass filters. This explanation is very nice when first learning about them, because it is sufficient to understand the fundamentals of each of them. It is acceptable, because there exist fairly straightforward techniques to convert these lowpass filters into highpass, bandpass or bandstop filters. These techniques are the lowpass to highpass transformation, lowpass to bandpass transformation and lowpass to bandstop transformation.