<?xml version="1.0" encoding="utf-8" standalone="no"?>
<!DOCTYPE document PUBLIC "-//CNX//DTD CNXML 0.5//EN" "http://cnx.rice.edu/cnxml/0.5/DTD/cnxml_mathml.dtd">
<document xmlns="http://cnx.rice.edu/cnxml" xmlns:md="http://cnx.rice.edu/mdml/0.4" xmlns:bib="http://bibtexml.sf.net/" id="Module.2003-12-10.2007">
	<name xmlns:md="http://cnx.rice.edu/mdml/0.4" xmlns:bib="http://bibtexml.sf.net/">DMT: The Channel</name>
	<metadata xmlns:md="http://cnx.rice.edu/mdml/0.4" xmlns:bib="http://bibtexml.sf.net/">
  <md:version xmlns:bib="http://bibtexml.sf.net/">1.3</md:version>
  <md:created xmlns:bib="http://bibtexml.sf.net/">2003/12/10 23:20:07 US/Central</md:created>
  <md:revised xmlns:bib="http://bibtexml.sf.net/">2003/12/18 10:10:24.294 US/Central</md:revised>
  <md:authorlist xmlns:bib="http://bibtexml.sf.net/">
    <md:author xmlns:bib="http://bibtexml.sf.net/" id="egarza">
      <md:firstname xmlns:bib="http://bibtexml.sf.net/">Cosme</md:firstname>
      <md:othername xmlns:bib="http://bibtexml.sf.net/">Eric</md:othername>
      <md:surname xmlns:bib="http://bibtexml.sf.net/">Garza</md:surname>
      <md:email xmlns:bib="http://bibtexml.sf.net/">egarza@rice.edu</md:email>
    </md:author>
    <md:author xmlns:bib="http://bibtexml.sf.net/" id="goof">
      <md:firstname xmlns:bib="http://bibtexml.sf.net/">Chris</md:firstname>
      
      <md:surname xmlns:bib="http://bibtexml.sf.net/">Sramek</md:surname>
      <md:email xmlns:bib="http://bibtexml.sf.net/">goof@rice.edu</md:email>
    </md:author>
  </md:authorlist>

  <md:maintainerlist xmlns:bib="http://bibtexml.sf.net/">
    <md:maintainer xmlns:bib="http://bibtexml.sf.net/" id="egarza">
      <md:firstname xmlns:bib="http://bibtexml.sf.net/">Cosme</md:firstname>
      <md:othername xmlns:bib="http://bibtexml.sf.net/">Eric</md:othername>
      <md:surname xmlns:bib="http://bibtexml.sf.net/">Garza</md:surname>
      <md:email xmlns:bib="http://bibtexml.sf.net/">egarza@rice.edu</md:email>
    </md:maintainer>
    <md:maintainer xmlns:bib="http://bibtexml.sf.net/" id="goof">
      <md:firstname xmlns:bib="http://bibtexml.sf.net/">Chris</md:firstname>
      
      <md:surname xmlns:bib="http://bibtexml.sf.net/">Sramek</md:surname>
      <md:email xmlns:bib="http://bibtexml.sf.net/">goof@rice.edu</md:email>
    </md:maintainer>
  </md:maintainerlist>
  
  

  <md:abstract xmlns:bib="http://bibtexml.sf.net/">Explains what happens in the channel for our DMT project.</md:abstract>
</metadata>
	<content xmlns:md="http://cnx.rice.edu/mdml/0.4" xmlns:bib="http://bibtexml.sf.net/">
		<section xmlns:md="http://cnx.rice.edu/mdml/0.4" xmlns:bib="http://bibtexml.sf.net/" id="sec1">
			<name xmlns:md="http://cnx.rice.edu/mdml/0.4" xmlns:bib="http://bibtexml.sf.net/">Channel Characteristics</name>
			<para xmlns:md="http://cnx.rice.edu/mdml/0.4" xmlns:bib="http://bibtexml.sf.net/" id="para1"/>
		</section>
		<para xmlns:md="http://cnx.rice.edu/mdml/0.4" xmlns:bib="http://bibtexml.sf.net/" id="para2"><name xmlns:md="http://cnx.rice.edu/mdml/0.4" xmlns:bib="http://bibtexml.sf.net/">Frequency Response</name>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 <emphasis xmlns:md="http://cnx.rice.edu/mdml/0.4" xmlns:bib="http://bibtexml.sf.net/">M</emphasis>-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 xmlns:md="http://cnx.rice.edu/mdml/0.4" xmlns:bib="http://bibtexml.sf.net/" orient="vertical" id="fig1">
				<name xmlns:md="http://cnx.rice.edu/mdml/0.4" xmlns:bib="http://bibtexml.sf.net/"> Impulse response of channel</name>
				<media xmlns:md="http://cnx.rice.edu/mdml/0.4" xmlns:bib="http://bibtexml.sf.net/" type="image/jpg" src="chanimpresp.jpg"/>
				<caption xmlns:md="http://cnx.rice.edu/mdml/0.4" xmlns:bib="http://bibtexml.sf.net/">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).</caption>
			</figure><figure xmlns:md="http://cnx.rice.edu/mdml/0.4" xmlns:bib="http://bibtexml.sf.net/" orient="vertical" id="fig2">
				<name xmlns:md="http://cnx.rice.edu/mdml/0.4" xmlns:bib="http://bibtexml.sf.net/">Frequency response of channel</name>
				<media xmlns:md="http://cnx.rice.edu/mdml/0.4" xmlns:bib="http://bibtexml.sf.net/" type="image/jpg" src="channelxfer1.jpg"/>
				<caption xmlns:md="http://cnx.rice.edu/mdml/0.4" xmlns:bib="http://bibtexml.sf.net/">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. </caption>
			</figure></para>
		<para xmlns:md="http://cnx.rice.edu/mdml/0.4" xmlns:bib="http://bibtexml.sf.net/" id="para3"><name xmlns:md="http://cnx.rice.edu/mdml/0.4" xmlns:bib="http://bibtexml.sf.net/">Additive Noise</name>In addition to low-pass filtering the input signal, the channel also incorporates additive white Gaussian noise (<term xmlns:md="http://cnx.rice.edu/mdml/0.4" xmlns:bib="http://bibtexml.sf.net/">AWGN</term>), 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.</para>
		<para xmlns:md="http://cnx.rice.edu/mdml/0.4" xmlns:bib="http://bibtexml.sf.net/" id="para4">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 xmlns:md="http://cnx.rice.edu/mdml/0.4" xmlns:bib="http://bibtexml.sf.net/" orient="vertical" id="fig3">
				<name xmlns:md="http://cnx.rice.edu/mdml/0.4" xmlns:bib="http://bibtexml.sf.net/">AWGN with TD Impulses</name>
				<media xmlns:md="http://cnx.rice.edu/mdml/0.4" xmlns:bib="http://bibtexml.sf.net/" type="image/jpg" src="noise.jpg"/>
				<caption xmlns:md="http://cnx.rice.edu/mdml/0.4" xmlns:bib="http://bibtexml.sf.net/">This is the sum of our AWGN and impulse noise signals in time.</caption>
			</figure><name xmlns:md="http://cnx.rice.edu/mdml/0.4" xmlns:bib="http://bibtexml.sf.net/"/></para>
		<para xmlns:md="http://cnx.rice.edu/mdml/0.4" xmlns:bib="http://bibtexml.sf.net/" id="para5">Our related MATLAB functions: <code xmlns:md="http://cnx.rice.edu/mdml/0.4" xmlns:bib="http://bibtexml.sf.net/" type="inline"><link xmlns:md="http://cnx.rice.edu/mdml/0.4" xmlns:bib="http://bibtexml.sf.net/" src="/content/m11721/latest/channel.m">channel.m</link></code></para>
		<para xmlns:md="http://cnx.rice.edu/mdml/0.4" xmlns:bib="http://bibtexml.sf.net/" id="para6"><link xmlns:md="http://cnx.rice.edu/mdml/0.4" xmlns:bib="http://bibtexml.sf.net/" src="/content/m11710/latest">Home</link>  |  Previous: <link xmlns:md="http://cnx.rice.edu/mdml/0.4" xmlns:bib="http://bibtexml.sf.net/" src="/content/m11721/latest">Implementation</link>   |   Next: <link xmlns:md="http://cnx.rice.edu/mdml/0.4" xmlns:bib="http://bibtexml.sf.net/" src="/content/m11728/latest">Equalization &amp; Approximation</link></para>
	</content>
</document>
