<< Chapter < Page Chapter >> Page >
Fourier's result says that any signal that is periodic in time has a spectrum that consists of a collection of spikes uniformly spaced in frequency. Analogously, any signal whose spectrum is periodic in frequency can be represented in time as a collection of spikes uniformly spaced in time, and vice versa.
Fourier's result says that any signal that is periodic in time has a spectrum that consists of a collectionof spikes uniformly spaced in frequency. Analogously, any signal whose spectrum is periodic in frequencycan be represented in time as a collection of spikes uniformly spaced in time, and vice versa .

The basic insight from Fourier series is that any signal which is periodic in time can be reexpressed as a collection of uniformly spaced spikes infrequency; that is,

Periodic in Time Uniform Sampling in Frequency .

The same arguments show the basic result of sampling, which is that

Uniform Sampling in Time Periodic in Frequency .

Thus, whenever a signal is uniformly sampled in time (say, with sampling interval T s seconds), the spectrum will be periodic; that is, it will repeat every f s = 1 / T s Hz.

Two conventions are often observed when drawing periodic spectra that arise from sampling. First,the spectrum is usually drawn centered at 0 Hz. Thus, if the period of repetition is f s , this is drawn from - f s / 2 to f s / 2 , rather than from 0 to f s . This makes sense because the spectra of individual real valuedsinusoidal components contain two spikes symmetrically located around 0 Hz(as we saw in "The First Element: Oscillators" ). Accordingly, the highest frequency that can be representedunambiguously is f s / 2 , and this frequency is often called the Nyquist frequency f N Y Q .

The second convention is to draw only one period of the spectrum. After all, the others are identical copies that contain no newinformation. This is evident in the bottom right diagram of [link] where the spectrum between - 3 f s / 2 and - f s / 2 is the same as the spectrum between f s / 2 and 3 f s / 2 . In fact, we have been observing this convention throughoutsections "The First Element: Oscillators" and "The Second Element: Linear Filters" , since all of the figures of spectra (Figures [link] , [link] , [link] , and [link] ) show just one period of the complete spectrum.

Perhaps you noticed that plotspec.m changes the frequency axis when the sampling interval Ts is changed. (If not, go back and redo Exercise  [link] (c).) By the second convention, plotspec.m shows exactly one period of the complete spectrum. By the first convention, the plots are labelledfrom - f N Y Q to f N Y Q .

What happens when the frequency of the signal is too high for the sampling rate? The representation becomes ambiguous.This is called aliasing , and is investigated by simulation in the problems below.Aliasing and other sampling-related issues (such as reconstructing an analog signal from its samples) arecovered in more depth in Chapter  [link] .

Closely related to the digital sampling of an analog signal is the (digital) downsampling of a digital signal, whichchanges the rate at which the signal is represented. The simplest case downsamples by a factor of m , removing all but one out of every m samples. This can be written

y [ i ] = x [ i m + n ] ,

where n is an integer between 0 and m - 1 . For example, with m = 3 and n = 1 , y [ i ] is the sequence that consists of every third value of x [ k ] ,

y [ 0 ] = x [ 1 ] , y [ 1 ] = x [ 4 ] , y [ 2 ] = x [ 7 ] , y [ 3 ] = x [ 10 ] , etc.

This is commonly drawn in block form as in [link] . If the spectrum of x [ k ] is bandlimited to 1 / m of the Nyquist rate, then downsampling by m loses no information. Otherwise, aliasing occurs. Like analog-to-digital sampling,downsampling is a time varying operation.

Get Jobilize Job Search Mobile App in your pocket Now!

Get it on Google Play Download on the App Store Now




Source:  OpenStax, Software receiver design. OpenStax CNX. Aug 13, 2013 Download for free at http://cnx.org/content/col11510/1.3
Google Play and the Google Play logo are trademarks of Google Inc.

Notification Switch

Would you like to follow the 'Software receiver design' conversation and receive update notifications?

Ask