Chapter 4

Linear Filters

When building a model to describe the behavior of some of the most commonly used systems, we often rely on the superposition principle. It amounts to assuming linearity (the use of Kirchoff’s laws are an example). Usually, time invariance is also assumed. It consists of saying that, on the time scales that are used, the characteristics of these systems remain unchanged.

Linear filters are defined in the following by these two properties. Because of their importance in the field of signal processing, the next two chapters deal exclusively with filters. This chapter presents the main properties, as well as a few design methods.

4.1    Definitions and properties

Definition 4.1 (Linear filter) A discrete-time linear filter1 is a system whose output sequence results from the input sequence {x(n)} according to the expression:

Image

where the sequence {h(n)} that characterizes the filter is called the impulse response. The (x * h) operation is called convolution (Figure 4-1).

For example, the processing defined by y(n) = Image x(n) + Image x(n – 1) is therefore a linear filtering. The sequence {h(n)} is defined by h(0) = , h(1) = and h(n) = 0 for any value of n ≠ {0, 1}.

For commonly ...

Get Digital Signal and Image Processing Using MATLAB now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.