Skip to content Skip to navigation

Connexions

You are here: Home » Content » Discrete vs Analog

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)

Recently Viewed

This feature requires Javascript to be enabled.

Discrete vs Analog

Module by: Anders Gjendemsjø

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.

When comparing analog vs discrete time, we find that there are many similarities. Often we only need to substitute the varible t with n and integration with summation. Still there are some important differences that we need to know. As the complex exponential signal is truly central to signal processing we will study that in more detail.

Analog

The complex exponential function is defined: xt=Ωt x t Ω t . If Ω(rad/second) is increased the rate of oscillation will increase continuously. The complex exponential function is also periodic for any value of Ω. In figure Figure 1 we have plotted πt t and 3πt 3 t (the real parts only). In Figure 1 we see that the red plot, corresponding to a higher value of Ω, has a higher rate of oscillation.

Figure 1: Real parts of complex exponentials.
Figure 1 (analog_complex_exp.png)

Discrete time

The discrete time complex exponential function is defined: xn=ωn x n ω n .

If we increase ω (rad/sample) the rate of oscillation will increase and decrease periodically. The reason is: ω+2πkn=ωn2πkn=ωn ω 2 k n ω n 2 k n ω n , where n,k n,k .

This implies that the complex exponential with digital angular frequency ω is identical to a complex exponential with ω1=ω+2π ω1 ω 2 , see Figure 2

Figure 2: Two discrete exponentials that are identical
Figure 2 (discrete_complex_exp2.png)
The rate of oscillation will increase until ω=π ω , then it decreases and repeats after 2π. In Figure 3 we see that as we increase the angular frequency towards π the rate of oscillation increases. If you download the Matlab files included at the end of this module you can adjust the parameters and see that the rate of oscillation will decrease when exceeding π (but less than 2π).
Figure 3: Two discrete exponentials with different frequency.
Figure 3 (discrete_complex_exp1.png)

consequence:

We need to consider discrete time exponentials at an (digital angular) frequency interval of 2π only.
Low (digital angular) frequencies will correspond to ω near even multiplies of π. High (digital angular) frequencies will correspond to ω near odd multiplies of π.

Matlab files

complex_exponential.m

Comments, questions, feedback, criticisms?

Send feedback