<< Chapter < Page Chapter >> Page >
The fundamental filters for 1D and 2D signals are introduced and examples are given in Processing.

Fir filters

The Finite Impulse Response (FIR) filters are all those filters characterised by an impulse response with a finite number ofsamples. They are realized by the operation of convolution . For each sample of the convolution product a weighted sum of afinite number of input samples is computed.

Averaging filter

The simplest non trivial FIR filter is the filter that computesthe running average of two contiguous samples, and the corresponding convolution can be expressed as

y n 0.5 x n 0.5 x n 1
. The impulse response has values 0.5 at instants 0 and 1 , and zero anywhere else.

If we put a sinusoidal signal into the filter, the output will still be a sinusoidal signal scaled in amplitude anddelayed in phase according to the frequency response , which is

H ω ω 2 ω 2
and its magnitude and phase are represented in [link] .

Magnitude and phase response for the averaging filter

The one just presented is a first-order (or lenght 2 ) filter, because it uses only one sample of the past sequence of input. From [link] we see that the frequency response is of the low-pass kind, because the high frequencies are attenuated as compared to the lowfrequencies. Attenuating high frequencies means smoothing the rapid signal variations. If one wants a steeper frequencyresponse from an FIR filter, the order must be increased or, in other words, more samples of the input signal have to beprocessed by the convolution operator to give one sample of output.

Symmetric second-order fir filter

A symmetric second-order FIR filter has an impulse response whose form is

    a 0 a 1 a 0
, and the frequency response turns out to be H ω a 1 2 a 0 ω ω . Convolution can be expressed as
y n a 0 x n a 1 x n 1 a 0 x n 2
In the special case where a 0 0.17654 and a 1 0.64693 the frequency response (magnitude and phase) is represented in [link] .

Magnitude and phase response of a second-order fir filter

High-pass filters

Given the simple low-pass filters that we have just seen, it issufficient to change sign to a coefficient to obtain a high-pass kind of response, i.e. to emphasize high frequencies as compared to low frequencies. For example,the [link] displays the magnitude of the frequency responses of high-pass FIR filters of the first andsecond order, whose impulse responses are, respectively

    0.5 0.5
and
    0.17654 0.64693 0.17654
.

Frequency response (magnitude) of first- (left) and second- (right) order high-pass fir filter.

To emphasize high frequencies means to make rapid variations of signal more evident, being those variations timetransients in the case of sounds, or contours in the case of images.

Fir filters in 2d

In 2D, the impulse response of an FIR filter is a convolution mask with a finite number of elements, i.e. amatrix. In particular, the averaging filter can be represented, for example, by the convolution matrix 1 9 1 1 1 1 1 1 1 1 1 .

Noise cleaning

The low-pass filters (and, in particular, the smoothing filters) perform some sort of smoothing of the input signal, in the sense that the resulting signalhas a smoother design, where abrupt discontinuities are less evident. This can serve the purpose of reducing theperceptual effect of noises added to audio signals or images. For example, the code reported below loads an image, it corrupts with white noise, and then itfilters half of it with an averaging filter, thus obtaining [link] .

Get Jobilize Job Search Mobile App in your pocket Now!

Get it on Google Play Download on the App Store Now




Source:  OpenStax, Media processing in processing. OpenStax CNX. Nov 10, 2010 Download for free at http://cnx.org/content/col10268/1.14
Google Play and the Google Play logo are trademarks of Google Inc.

Notification Switch

Would you like to follow the 'Media processing in processing' conversation and receive update notifications?

Ask