Skip to content Skip to navigation

Connexions

You are here: Home » Content » Anti-Aliasing Filters

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.

      What are tags? tag icon

      Tags are descriptors added by lens makers to help label content, attaching a vocabulary that is meaningful in the context of the lens.

    • External bookmarks
  • E-mail the author
  • Rate this module (How does the rating system work?)

    Rating system

    Ratings

    Ratings allow you to judge the quality of modules. If other users have ranked the module then its average rating is displayed below. Ratings are calculated on a scale from one star (Poor) to five stars (Excellent).

    How to rate a module

    Hover over the star that corresponds to the rating you wish to assign. Click on the star to add your rating. Your rating should be based on the quality of the content. You must have an account and be logged in to rate content.

    (0 ratings)

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.

What are tags? tag icon

Tags are descriptors added by lens makers to help label content, attaching a vocabulary that is meaningful in the context of the lens.

This content is ...

In these lenses

  • richb's DSP display tagshide tags

    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.

    Click the tag icon tag icon to display tags associated with this content.

Recently Viewed

This feature requires Javascript to be enabled.

Tags

(What is a tag?)

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

Anti-Aliasing Filters

Module by: Justin Romberg

Summary: This module discusses Anti-Aliasing and provides examples of filters that can be used to avoid aliasing.

Note: Your browser may not currently support MathML. See our browser support page for additional details. You can always view the correct math in the PDF version.

Introduction

The idea of aliasing has been described as the problem that occurs if a signal is not sampled at a high enough rate (for example, below the Nyquist Frequency). But exactly what kind of distortion does aliasing produce?

Figure 1
(a)
Figure 1(a) (anti1.png)
(b)
Figure 1(b) (anti2.png)

High frequencies in the original signal "fold back" into lower frequencies.

High frequencies masquerading as lower frequencies produces highly undesirable artifacts in the reconstructed signal.

Warning:

We must avoid aliasing anyway we can.

Avoiding Aliasing

What if it is impractical/impossible to sample at Ω s >2 Ω B Ω s 2 Ω B ?

Filter out the frequencies above Ω s 2 Ω s 2 before you sample. The best way to visualize doing this is to imagine the following simple steps:

  1. Take the CTFT of the signal, ft f t .
  2. Send this signal through a lowpass filter with the following specification, ω c = Ω s 2 ω c Ω s 2 .
  3. We now have a graph of our signal in the frequency domain with all values of |ω|> Ω s 2 ω Ω s 2 equal to zero. Now, we take the inverse CTFT to get back our continuous time signal, f a t f a t .
  4. And finally we are ready to sample our signal!

Example 1

Sample rate for CD=44.1KHz CD 44.1 KHz .

Many musical instruments (e.g. highhat) contain frequencies above 22KHz 22 KHz (even though we cannot hear them).

Because of this, we can filter the output signal from the instrument before we sample it using the following filter:

Figure 2: This filter will cutoff the higher, unnecessary frequencies, where | ω c |>2π22kHz ω c 2 22 kHz
Figure 2 (anti3.png)

Now the signal is ready to be sampled!

Example 2: Another Example

Speech bandwidth is >±20kHz ± 20 kHz , but it is perfectly intelligible when lowpass filtered to a ±4kHz ± 4 kHz range. Because of this, we can take a normal speech signal and pass it through a filter like the one shown in Figure 2, where we now set | ω c |>2π4kHz ω c 2 4 kHz . The signal we receive from this filter only contains values where |ω|>8πk ω 8 k .

Now we can sample at 16πk=8kHz 16 k 8 kHz -- standard telephony rate.

Comments, questions, feedback, criticisms?

Send feedback