<< Chapter < Page Chapter >> Page >

Questions or comments concerning this laboratory should be directedto Prof. Charles A. Bouman, School of Electrical and Computer Engineering, Purdue University, West Lafayette IN 47907;(765) 494-0340; bouman@ecn.purdue.edu

Introduction

This is the second part of a two week laboratory in digital filter design.The first week of the laboratory covered some basic examplesof FIR and IIR filters, and then introduced the concepts of filter design.In this week we will cover more systematic methods of designing both FIR and IIR filters.

Filter design using standard windows

Download DTFT.m for the following section.

We can generalize the idea of truncation by using different windowing functions to truncate anideal filter's impulse response. Note that by simply truncating the ideal filter's impulse response, we are actuallymultiplying (or “windowing”) the impulse response by a shifted r e c t ( ) function. This particular type of window is called a rectangular window. In general, the impulse reponse h ( n ) of the designed filter is related to the impulse response h i d e a l ( n ) of the ideal filter by the relation

h ( n ) = w ( n ) h i d e a l ( n ) ,

where w ( n ) is an N -point window. We assume that

h i d e a l ( n ) = ω c π sinc ω c π n - N - 1 2 ,

where ω c is the cutoff frequency and N is the desired window length.

The rectangular window is defined as

w ( n ) = 1 n = 0 , 1 , ... , N - 1 0 otherwise

The DTFT of w ( n ) for N = 21 is shown in [link] . The rectangular window is usually not preferredbecause it leads to the large stopband and passband ripple as shown in [link] .

DTFT of a rectangular window of length 21.
Frequency response of low-pass filter, designed using the truncation method.

More desirable frequency characteristics can be obtained by making a better selection for the window, w ( n ) . In fact, a variety of raised cosine windowsare widely used for this purpose. Some popular windows are listed below.

  1. Hanning window (as defined in Matlab, command hann(N) ):
    w ( n ) = 0 . 5 - 0 . 5 cos 2 π n N - 1 n = 0 , 1 , ... , N - 1 0 otherwise
  2. Hamming window
    w ( n ) = 0 . 54 - 0 . 46 cos 2 π n N - 1 n = 0 , 1 , ... , N - 1 0 otherwise
  3. Blackman window
    w ( n ) = 0 . 42 - 0 . 5 cos 2 π n N - 1 + 0 . 08 cos 4 π n N - 1 n = 0 , 1 , ... , N - 1 0 otherwise

In filter design using different truncation windows, there are two key frequency domain effects that are important to the design: the transitionband roll-off , and the passband and stopband ripple (see [link] below). There are two corresponding parameters in the spectrum of each type ofwindow that influence these filter parameters. The filter's roll-off is related tothe width of center lobe of the window's magnitude spectrum. The ripple is influenced by the ratio of the mainlobe amplitude to the first sidelobe amplitude (or difference if using a dB scale).These two window spectrum parameters are not independent, and you should see a trend as you examine the spectra for different windows.The theoretical values for the mainlobe width and the peak-to-sidelobe amplitude are shown in [link] .

Approximate spectral parameters of truncation windows. See reference [1].
Window (length N) Mainlobe width Peak-to-sidelobe amplitude (dB)
R e c t a n g u l a r 4 π / N - 13 d B
H a n n i n g 8 π / N - 32 d B
H a m m i n g 8 π / N - 43 d B
B l a c k m a n 12 π / N - 58 d B

Get Jobilize Job Search Mobile App in your pocket Now!

Get it on Google Play Download on the App Store Now




Source:  OpenStax, Purdue digital signal processing labs (ece 438). OpenStax CNX. Sep 14, 2009 Download for free at http://cnx.org/content/col10593/1.4
Google Play and the Google Play logo are trademarks of Google Inc.

Notification Switch

Would you like to follow the 'Purdue digital signal processing labs (ece 438)' conversation and receive update notifications?

Ask