Skip to content Skip to navigation

Connexions

You are here: Home » Content » DMT: The Channel

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 ...

Affiliated with (What does "Affiliated with" mean?)

This content is either by members of the organizations listed or about topics related to the organizations listed. Click each link to see a list of all content affiliated with the organization.
  • Rice University ELEC 301 Projects

    This module is included inLens: Rice University ELEC 301 Project Lens
    By: Rice University ELEC 301As a part of collection:"ECE 301 Projects Fall 2003"

    Click the "Rice University ELEC 301 Projects" link to see all content affiliated with them.

Recently Viewed

This feature requires Javascript to be enabled.

DMT: The Channel

Module by: Cosme Garza, Chris Sramek

Summary: Explains what happens in the channel for our DMT project.

Channel Characteristics

Frequency Response

As mentioned in our introduction, DMT is used to send data both wirelessly and through copper phone lines. In both of these mediums, high frequency electro-magnetic waves are quickly attenuated while low frequency waves retain much of their power, even over long distances. On this basis, we model the frequency response of our channel as a low-pass filter. To account for irregularities in the channel (and to make sure the frequency reponse is invertible), we make it non-ideal low-pass; essentially, the impulse response is an M-point smoother with random amplitude variations. This portion of the channel was simply implemented by using MATLAB's built-in convolution function with a constructed impulse response.

Figure 1: This is the length-16 impulse response of the channel. Note that the amplitudes are random, but the overall shape is still that of a smoother (no negative values like an edge detector).
Impulse response of channel
 Impulse response of channel (chanimpresp.jpg)
Figure 2: This is the length-256 FFT of the impulse response in Figure 2. Note its overall low-pass characteristics, as well as the absence of any zeros.
Frequency response of channel
Frequency response of channel (channelxfer1.jpg)

Additive Noise

In addition to low-pass filtering the input signal, the channel also incorporates additive white Gaussian noise (AWGN), which models random, natural fluctuations. AWGN is zero-mean and is called "white" because it has equal energy at all frequencies (like white light). We implemented this aspect of the channel by adding a "randn" vector to the signal after low-pass filtering.

The channel for a DMT system can also have other types of noise. These include impulse noise (spikes in the time domain signal), occupied frequencies (spikes in the frequency domain) and crosstalk (which we did not consider). We incorporated impulse noise by setting a fixed number of elements at individual random locations in the signal to twice the amplitude of the signal mean. We did not include frequency spikes or crosstalk; these would be good things to add in an extended study of DMT.

Figure 3: This is the sum of our AWGN and impulse noise signals in time.
AWGN with TD Impulses
AWGN with TD Impulses (noise.jpg)

Our related MATLAB functions: channel.m

Home | Previous: Implementation | Next: Equalization & Approximation

Comments, questions, feedback, criticisms?

Send feedback