You are on page 1of 2

4.

Bandreject and Bandpass Filtering


In the book we discuss low pass and high pass filtering in detail. Although used less
often, bandreject and bandpass filters are an important category of frequency domain filters,
especially because they are much more difficult to implement using spatial techniques. The
transfer function of a Butterworth bandreject filter (BBRF) of order n is

where W is the width of the band, and D0 is the radius to the center of the band. The
corresponding bandpass
filter is given by

(a) Write a function with the following specifications to implement these filters:

Solution: (see next page for M file printout).

Matlab solution of b and c using the m file bandfilter.

Bandreject
filter
Bandpass
filter

You might also like