<?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.5117">
	<name xmlns:md="http://cnx.rice.edu/mdml/0.4" xmlns:bib="http://bibtexml.sf.net/">DMT: Equalization and Approximation</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:51:17 US/Central</md:created>
  <md:revised xmlns:bib="http://bibtexml.sf.net/">2003/12/18 10:10:54.155 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:keywordlist xmlns:bib="http://bibtexml.sf.net/">
    <md:keyword xmlns:bib="http://bibtexml.sf.net/">equalization and approximation</md:keyword>
  </md:keywordlist>

  <md:abstract xmlns:bib="http://bibtexml.sf.net/">Explains what happens during the process of approximation and equalization in 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/">Equalization</name>
			<para xmlns:md="http://cnx.rice.edu/mdml/0.4" xmlns:bib="http://bibtexml.sf.net/" id="ea1">In equalization, the received spectral coefficient blocks (i.e. after cyclic prefix removal and FFT) are adjusted to compensate for the frequency response of the channel (nothing can be done here about the additive noise).   Due to the <link xmlns:md="http://cnx.rice.edu/mdml/0.4" xmlns:bib="http://bibtexml.sf.net/" src="/content/m11762/latest">cyclic prefix</link>, each block has essentially undergone cyclic convolution with the channel's impulse response.  In the frequency domain, this is the same as if the spectral coefficients were pointwise multiplied by the frequency response of the channel.  If the freq. response has no zeros and is known by the receiver, it is possible to perfectly remove the effect of the channel's filter.  Since the channel pointwise multiplied the blocks by its freq. response, all that needs to be done is multiply the blocks pointwise by the 1 over the freq. response.  Because we implemented the channel's impulse response as non-ideal low-pass, it's freq. response has no zeros and equalization is rather trivial. <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/">Frequency response of equalizer</name>
					<media xmlns:md="http://cnx.rice.edu/mdml/0.4" xmlns:bib="http://bibtexml.sf.net/" type="image/jpg" src="equalizerxfer1.jpg"/>
					<caption xmlns:md="http://cnx.rice.edu/mdml/0.4" xmlns:bib="http://bibtexml.sf.net/">This is the transfer function of the equalizer.  If you compare it to the transfer function of the channel, you will see that the dips there correspond to the peaks here. </caption>
				</figure></para>
		</section>
		<section xmlns:md="http://cnx.rice.edu/mdml/0.4" xmlns:bib="http://bibtexml.sf.net/" id="sec2">
			<name xmlns:md="http://cnx.rice.edu/mdml/0.4" xmlns:bib="http://bibtexml.sf.net/">Approximation</name>
			<para xmlns:md="http://cnx.rice.edu/mdml/0.4" xmlns:bib="http://bibtexml.sf.net/" id="ea2">After equalization, the effect of the channel's low-pass filter is removed, but the additive noise is still there.  It manifests itself as causing the received constellation points to deviate from their location in the original constellation.  To enable the bitstream to be recovered, a nearest-neighbor approximation is performed on each point.  As long as the noise amplitude is small or the constellation points are far apart, it is unlikely that any single point will deviate enough from it's original location such that it has a new nearest-neighbor.  With high noise power, however, the points are scattered all over the constellation; the nearest neighbor in this case is unlikely to be the original point.  In our system, we implemented this approximation with a parser and look up table; we would examine each complex value in the blocks and compare it to every point in the constellation, selecting the closest point as the approximation. <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/">Received constellation points (SNR = 52dB)</name>
					<media xmlns:md="http://cnx.rice.edu/mdml/0.4" xmlns:bib="http://bibtexml.sf.net/" type="image/jpg" src="conststar.jpg"/>
				</figure><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/">Received constellation points (SNR = 25dB)</name>
					<media xmlns:md="http://cnx.rice.edu/mdml/0.4" xmlns:bib="http://bibtexml.sf.net/" type="image/jpg" src="conststar2.jpg"/>
				</figure></para>
		</section>
		<para xmlns:md="http://cnx.rice.edu/mdml/0.4" xmlns:bib="http://bibtexml.sf.net/" id="ea3">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/filterchannel.m">filterchannel.m</link></code>, <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/approximate.m">approximate.m</link></code><!-- Insert module text here --></para>
		<para xmlns:md="http://cnx.rice.edu/mdml/0.4" xmlns:bib="http://bibtexml.sf.net/" id="ea4"><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/m11729/latest">Results and Conclusions</link></para>
	</content>
</document>
