<< Chapter < Page | Chapter >> Page > |
There are two types of linear, time-invariant digital filters. We will investigate digital filters with a finite-duration impulse response (FIR) in this section and those with an infinite-duration impulse response (IIR) in another document. FIR filters have characteristics that make them useful in many applications [link] , [link] .
However, frequency responses that need a rapid transition between bands and do not require linear phase are often more efficientlyrealized with IIR filters.
It is the purpose of this section to examine and evaluate these characteristics which are important in the designof the four basic types of linear-phase FIR filters.
Because of the usual methods of implementation, the Finite Impulse Response (FIR) filter is also called a nonrecursive filter or a convolution filter. From the time-domain view of this operation,the FIR filter is sometimes called a moving-average or running-average filter. All of these names represent useful interpretations that are discussed in this section; however, thename, FIR, is most commonly seen in filter-design literature and is used in these notes.
The duration or sequence length of the impulse response of these filters is by definition finite; therefore, the output canbe written as a finite convolution sum by
where and are integers, perhaps representing samples in time, and where is the input sequence, the output sequence, and is the length-N impulse response of the filter. With a change of index variables, this can also be written as
If the FIR filter is interpreted as an extension of a moving sum or as a weighted moving average, some of its propertiescan easily be seen. If one has a sequence of numbers, e.g., prices from the daily stock marketfor a particular stock, and would like to remove the erratic variations in order to discover longer term trends, each number couldbe replaced by the average of itself and the preceding three numbers, i.e., the variations within a four-day period would be“averaged out" while the longer-term variations would remain. To illustrate how this happens, consider an artificial signal containing a linear term, , and an undesired oscillating term added to it,such that
If a length-2 averaging filter is used with
it can be verified that, after two outputs, the output is exactly the linear term with a delay of one half sample interval and no oscillation.
This example illustrates the basic FIR filter-design problem: determine N, the number of terms for , and the values of for achieving a desired effect on the signal. The reader should examine simple examples to obtain an intuitive ideaof the FIR filter as a moving average; however, this simple time-domain interpretationwill not suffice for complicated problems where the concept of frequency becomes more valuable.
Notification Switch
Would you like to follow the 'Digital signal processing and digital filter design (draft)' conversation and receive update notifications?