Skip to content Skip to navigation

Connexions

You are here: Home » Content » Aliasing

Navigation

Content Actions

  • Download module PDF
  • Add to ...
    Add the module to:
    • My Favorites
    • A lens
    • An external social bookmarking service
    • My Favorites (What is 'My Favorites'?)
      'My Favorites' is a special kind of lens which you can use to bookmark modules and collections directly in Connexions. 'My Favorites' can only be seen by you, and collections saved in 'My Favorites' can remember the last module you were on. You need a Connexions account to use 'My Favorites'.
    • A lens (What is a lens?)

      Definition of a lens

      Lenses

      A lens is a custom view of Connexions content. You can think of it as a fancy kind of list that will let you see Connexions through the eyes of organizations and people you trust.

      What is in a lens?

      Lens makers point to Connexions materials (modules and collections), creating a guide that includes their own comments and descriptive tags about the content.

      Who can create a lens?

      Any individual Connexions member, a community, or a respected organization.

    • External bookmarks
  • E-mail the authors

Lenses

What is a lens?

Definition of a lens

Lenses

A lens is a custom view of Connexions content. You can think of it as a fancy kind of list that will let you see Connexions through the eyes of organizations and people you trust.

What is in a lens?

Lens makers point to Connexions materials (modules and collections), creating a guide that includes their own comments and descriptive tags about the content.

Who can create a lens?

Any individual Connexions member, a community, or a respected organization.

This content is ...

In these lenses

  • richb's DSP

    This module is included inLens: richb's DSP resources
    By: Richard BaraniukAs a part of collection:"Signals and Systems"

    Comments:

    "My introduction to signal processing course at Rice University."

    Click the "richb's DSP" link to see all content selected in this lens.

Recently Viewed

Tags

(What is a tag?)

These tags come from the endorsement, affiliation, and other lenses that include this content.

Aliasing

Module by: Justin Romberg, Don Johnson

Summary: This module introduces the idea of aliasing and gives examples of it in sampling and reconstruction problems.

Introduction

When considering the reconstruction of a signal, you should already be familiar with the idea of the Nyquist rate. This concept allows us to find the sampling rate that will provide for perfect reconstruction of our signal. If we sample at too low of a rate (below the Nyquist rate), then problems will arise that will make perfect reconstruction impossible - this problem is known as aliasing. Aliasing occurs when there is an overlap in the shifted, perioidic copies of our original signal's FT, i.e. spectrum.

In the frequency domain, one will notice that part of the signal will overlap with the periodic signals next to it. In this overlap the values of the frequency will be added together and the shape of the signals spectrum will be unwantingly altered. This overlapping, or aliasing, makes it impossible to correctly determine the correct strength of that frequency. Figure 1 provides a visual example of this phenomenon:

Figure 1: The spectrum of some bandlimited (to W Hz) signal is shown in the top plot. If the sampling interval T s T s is chosen too large relative to the bandwidth W W, aliasing will occur. In the bottom plot, the sampling interval is chosen sufficiently small to avoid aliasing. Note that if the signal were not bandlimited, the component spectra would always overlap.
Figure 1 (alias_eg.png)

Aliasing and Sampling

If we sample too slowly, i.e., ,T>πΩB:Ωs<2ΩB T ΩB Ωs 2 ΩB We cannot recover the signal from its samples due to aliasing.

Example 1

Let f1t f1 t have CTFT.

Figure 2: In this figure, note the following equation: ΩB-Ωs2=a ΩB Ωs 2 a
Figure 2 (alia_f1.png)

Let f2t f2 t have CTFT.

Figure 3: The horizontal portions of the signal result from overlap with shifted replicas - showing visual proof of aliasing.
Figure 3 (alia_f2.png)

Try to sketch and answer the following questions on your own:

  • What does the DTFT of f 1 , s n=f1nT f 1 , s n f1 n T look like?
  • What does the DTFT of f 2 , s n=f2nT f 2 , s n f2 n T look like?
  • Do any other signals have the same DTFT as f 1 , s n f 1 , s n and f 2 , s n f 2 , s n ?

CONCLUSION: If we sample below the Nyquist frequency, there are many signals that could have produced that given sample sequence.

Figure 4: These are all equal!
Figure 4 (alia_f3.png)

Why the term "aliasing"? Because the same sample sequence can represent different CT signals (as opposed to when we sample above the Nyquist frequency, then the sample sequence represents a unique CT signal).

Figure 5: These two signals contain the same four samples, yet are very different signals.
Figure 5 (alia_f4.png)

Example 2

ft=cos2πt f t 2 t

Figure 6: The cosine function, ft=cos2πt f t 2 t , and its CTFT.
Figure 6 (cos.png)

Case 1: Sample Ωs=8πradsec Ωs 8 rad sec T=14sec T 1 4 sec .

note:

Ωs>2ΩB Ωs 2 ΩB

Case 2: Sample wΩs=83πradsec w Ωs 8 3 rad sec T=34sec T 3 4 sec .

note:

Ωs<2ΩB Ωs 2 ΩB

When we run the DTFT from Case #2 through the reconstruction steps, we realize that we end up with the following cosine: f ~ t=cosπ2t f ~ t 2 t This is a "stretched" out version of our original. Clearly, our sampling rate was not high enough to ensure correct reconstruction from the samples.

You may have seen some effects of aliasing such as a wagon wheel turning backwards in a western movie. Aliasing in images can result in Moire Patterns. Here is an example of an image that has Moire artifacts as a result of scanning at too low a frequency.

Comments, questions, feedback, criticisms?

Send feedback