<< Chapter < Page | Chapter >> Page > |
Suppose that a system has an impulse response that is a sinc function,
as shown in
[link] , and that the input to the system
is a white noise (as in
specnoise.m
).
convolex.m
to numerically find the output.plotspec.m
).
What kind of filter would you call this?While the convolution operator [link] describes mathematically how a linear system acts on a given input, time domain approaches are often notparticularly revealing about the general behavior of the system.Who would guess, for instance in Exercises [link] and [link] , that convolution with exponentials and sinc functions would act like lowpass filters?By working in the frequency domain, however, the convolution operator is transformed into a simpler point-by-pointmultiplication, and the generic behavior of the system becomes clearer.
The first step is to understand the relationship between convolution intime, and multiplication in frequency. Suppose that the two time signals and have Fourier transforms and . Then,
To justify this property, begin with the definition of the Fourier transform [link] and apply the definition of convolution [link] to obtain
Reversing the order of integration and using the time shift property [link] produces
Thus, convolution in the time domain is the same as multiplication in the frequency domain. See [link] .
The companion to the convolution property is the multiplication property, which says that multiplication in the time domainis equivalent to convolution in the frequency domain (see [link] ); that is,
The usefulness of these convolution properties is apparent when applying them to linear systems.Suppose that is the Fourier transform of the impulse response . Suppose that is the Fourier transform of the input that is applied to the system. Then [link] and [link] show that the Fourier transform of the output is exactly equal to the product of the transforms of theinput and the impulse response, that is,
This can be rearranged to solve for
which is called the frequency response of the system because it shows, for each frequency , how the system responds. For instance, suppose that at some frequency . Then whenever a sinusoid of frequency is input into the system, it will be amplified by a factor of 3.Alternatively, suppose that at some frequency . Then whenever a sinusoid of frequency is input into the system, it is removed from the output(because it has been multiplied by a factor of 0).
The frequency response shows how the system treats inputs containing various frequencies. In fact, this propertywas already used repeatedly in [link] when drawing curves that describe the behavior of lowpass and bandpassfilters. For example, the filters of Figures [link] , [link] , and [link] are used to remove unwanted frequencies from the communications system. In each of these cases, the plotof the frequency response describes concretely and concisely how the system (or filter) affects the input, and how thefrequency content of the output relates to that of the input. Sometimes, the frequency response is called the transfer function of the system, since it “transfers” the input (with transform ) into the output (with transform ).
Notification Switch
Would you like to follow the 'Software receiver design' conversation and receive update notifications?