<< 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] .

  1. FIR filters can achieve an exactly linear phase frequency response
  2. FIR filters cannot be unstable.
  3. FIR filters are generally less sensitive to coefficient round-off and finite-precision arithmetic thanIIR filters.
  4. FIR filters design methods are generally linear.
  5. FIR filters can be efficiently realized on general or special-purpose hardware.

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

y ( n ) = m = 0 N - 1 h ( m ) x ( n - m )

where n and m are integers, perhaps representing samples in time, and where x ( n ) is the input sequence, y ( n ) the output sequence, and h ( n ) is the length-N impulse response of the filter. With a change of index variables, this can also be written as

y ( n ) = m = n n - N + 1 h ( n - m ) x ( m ) .

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 x ( n ) containing a linear term, K 1 n , and an undesired oscillating term added to it,such that

x ( n ) = K 1 n + K 2 cos ( π n )

If a length-2 averaging filter is used with

h ( n ) = 1 / 2 for n = 0 , 1 0 otherwise

it can be verified that, after two outputs, the output y ( n ) is exactly the linear term x ( n ) 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 h ( n ) , and the values of h ( n ) 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.

Get Jobilize Job Search Mobile App in your pocket Now!

Get it on Google Play Download on the App Store Now




Source:  OpenStax, Digital signal processing and digital filter design (draft). OpenStax CNX. Nov 17, 2012 Download for free at http://cnx.org/content/col10598/1.6
Google Play and the Google Play logo are trademarks of Google Inc.

Notification Switch

Would you like to follow the 'Digital signal processing and digital filter design (draft)' conversation and receive update notifications?

Ask