<?xml version="1.0" encoding="utf-8" standalone="no"?>
<!DOCTYPE document PUBLIC "-//CNX//DTD CNXML 0.5 plus MathML//EN" "http://cnx.rice.edu/cnxml/0.5/DTD/cnxml_mathml.dtd">
<document xmlns="http://cnx.rice.edu/cnxml" xmlns:m="http://www.w3.org/1998/Math/MathML" xmlns:md="http://cnx.rice.edu/mdml/0.4" xmlns:bib="http://bibtexml.sf.net/" id="m0516">

  <name>Channel Models</name>
  
  <metadata>
  <md:version>2.9</md:version>
  <md:created>2000/07/27</md:created>
  <md:revised>2002/08/13 00:00:00.009 GMT-5</md:revised>
  <md:authorlist>
      <md:author id="dhj">
      <md:firstname>Don</md:firstname>
      
      <md:surname>Johnson</md:surname>
      <md:email>dhj@rice.edu</md:email>
    </md:author>
  </md:authorlist>

  <md:maintainerlist>
    <md:maintainer id="dhj">
      <md:firstname>Don</md:firstname>
      
      <md:surname>Johnson</md:surname>
      <md:email>dhj@rice.edu</md:email>
    </md:maintainer>
    <md:maintainer id="montgom">
      <md:firstname>Joe</md:firstname>
      
      <md:surname>Montgomery</md:surname>
      <md:email>montgom@rice.edu</md:email>
    </md:maintainer>
    <md:maintainer id="jago">
      <md:firstname>Adan</md:firstname>
      
      <md:surname>Galvan</md:surname>
      <md:email>jago@rice.edu</md:email>
    </md:maintainer>
    <md:maintainer id="ernsnave">
      <md:firstname>Erin</md:firstname>
      
      <md:surname>Snavely</md:surname>
      <md:email>ernsnave@alumni.rice.edu</md:email>
    </md:maintainer>
    <md:maintainer id="jac3">
      <md:firstname>John</md:firstname>
      <md:othername>Austin</md:othername>
      <md:surname>Cottrell</md:surname>
      <md:email>jac3@rice.edu</md:email>
    </md:maintainer>
  </md:maintainerlist>
  
  <md:keywordlist>
    <md:keyword>attenuation</md:keyword>
    <md:keyword>bandwidth</md:keyword>
    <md:keyword>channel</md:keyword>
    <md:keyword>communication channels</md:keyword>
    <md:keyword>information communication</md:keyword>
    <md:keyword>SIR</md:keyword>
    <md:keyword>SNR</md:keyword>
  </md:keywordlist>

  <md:abstract>Both wireline and wireless channels share characteristics, allowing us
    to use a common model for how the channel affects transmitted signals.</md:abstract>
</metadata>

  <content>
    <para id="p1">
      Both wireline and wireless channels share characteristics,
      allowing us to use a common model for how the channel affects
      transmitted signals.
      
      <list id="list1">
	<item> The transmitted signal is usually not filtered by the channel.
	</item>
	<item> The signal can be attenuated.
	</item>
	<item> The signal propagates through the channel at a speed
	  equal to or less than the speed of light, which means that the
	  channel delays the transmission.
	</item>
	<item> The channel may introduce additive interference and/or noise.
	</item>
      </list>
      
      Letting <m:math><m:ci>α</m:ci></m:math> represent the
      attenuation introduced by the channel, the receiver's input
      signal is related to the transmitted one by
      
      <equation id="commmodel">
	<m:math>
	  <m:apply>
	    <m:eq/>
	    <m:apply><m:ci type="fn">r</m:ci><m:ci>t</m:ci></m:apply>
	    <m:apply>
	      <m:plus/>
	      <m:apply>
		<m:times/>
		<m:ci>α</m:ci>
		<m:apply>
		  <m:ci type="fn">x</m:ci>
		  <m:apply>
		    <m:minus/>
		    <m:ci>t</m:ci>
		    <m:ci>τ</m:ci>
		  </m:apply>
		</m:apply>
	      </m:apply>
	      <m:apply><m:ci type="fn">i</m:ci><m:ci>t</m:ci></m:apply>
	      <m:apply><m:ci type="fn">n</m:ci><m:ci>t</m:ci></m:apply>
	    </m:apply>
	  </m:apply>
	</m:math>
      </equation>
 
      This expression corresponds to the system model for the channel
      shown in <cnxn target="sys16" strength="8"/>.  In this book, we
      shall assume that the noise is white.
    </para>
    
    <figure id="sys16" orient="horizontal">
      <media type="image/png" src="sys16.png"/>
      <caption>
	The channel component of the
	<cnxn target="commsys" document="m0002" strength="8">
	  fundamental model of communication</cnxn> has the depicted
	form.  The attenuation is due to propagation loss.  Adding the
	interference and noise is justified by the linearity property
	of Maxwell's equations.
      </caption>
    </figure>
    
    <exercise id="exer1">
      <problem>
	<para id="prob">Is this model for the channel linear?</para>
      </problem>
      <solution>
	<para id="sol">
	  The additive-noise channel is <emphasis>not </emphasis>linear
	  because it does not have the zero-input-zero-output property
	  (even though we might transmit nothing, the receiver's
	  input consists of noise).
	</para>
      </solution>
    </exercise>

    <para id="p2"> As expected, the signal that emerges from the
      channel is corrupted, but does contain the transmitted
      signal. Communication system design begins with detailing the
      channel model, then developing the transmitter and receiver that
      best compensate for the channel's corrupting behavior. We
      characterize the channel's quality by the signal-to-interference
      ratio (<emphasis>SIR</emphasis>) and the signal-to-noise ratio
      (<emphasis>SNR</emphasis>). The ratios are computed according to
      the relative power of each <emphasis>within the transmitted
      signal's bandwidth</emphasis>. Assuming the signal
      <m:math>
	<m:apply>
	  <m:ci type="fn">x</m:ci>
	  <m:ci>t</m:ci>
	</m:apply>
      </m:math>'s spectrum spans the frequency interval
      <m:math>
	<m:interval>
	  <m:ci><m:msub>
	      <m:mi>f</m:mi>
	      <m:mi>l</m:mi>
	    </m:msub></m:ci>
	  <m:ci><m:msub>
	      <m:mi>f</m:mi>
	      <m:mi>u</m:mi>
	    </m:msub></m:ci>
	</m:interval>
      </m:math>, these ratios can be expressed in terms of power
      spectra.
      
      <equation id="equation1">
	<m:math>
	  <m:apply>
	    <m:eq/>
	    <m:ci>SIR</m:ci>
	    <m:apply>
	      <m:divide/> 
	      <m:apply>
		<m:times/>
		<m:cn>2</m:cn>
		<m:apply>
		  <m:power/>
		  <m:ci>α</m:ci>
		  <m:cn>2</m:cn>
		</m:apply>
		<m:apply>
		  <m:int/>
		  <m:bvar><m:ci>f</m:ci></m:bvar>
		  <m:lowlimit><m:cn>0</m:cn></m:lowlimit>
		  <m:uplimit><m:infinity/></m:uplimit>
		  <m:apply>
		    <m:ci type="fn">
		      <m:msub><m:mi>P</m:mi><m:mi>x</m:mi></m:msub></m:ci>
		    <m:ci>f</m:ci>
		  </m:apply>
		</m:apply>
	      </m:apply>
	      <m:apply>
		<m:times/>
		<m:cn>2</m:cn>
		<m:apply>
		  <m:int/>
		  <m:bvar><m:ci>f</m:ci></m:bvar>
		  <m:lowlimit>
		    <m:ci><m:msub>
			<m:mi>f</m:mi>
			<m:mi>l</m:mi>
		      </m:msub></m:ci>
		  </m:lowlimit>
		  <m:uplimit>
		    <m:ci><m:msub>
			<m:mi>f</m:mi>
			<m:mi>u</m:mi>
		      </m:msub></m:ci>
		  </m:uplimit>
		  <m:apply>
		    <m:ci type="fn">
		      <m:msub><m:mi>P</m:mi><m:mi>i</m:mi></m:msub></m:ci>
		    <m:ci>f</m:ci>
		  </m:apply>
		</m:apply>
	      </m:apply>
	    </m:apply>
	  </m:apply>
	</m:math>
      </equation>
      
      <equation id="equation2">
	<m:math>
	  <m:apply>
	    <m:eq/>
	    <m:ci>SNR</m:ci>
	    <m:apply>
	      <m:divide/> 
	      <m:apply>
		<m:times/>
		<m:cn>2</m:cn>
		<m:apply>
		  <m:power/>
		  <m:ci>α</m:ci>
		  <m:cn>2</m:cn>
		</m:apply>
		<m:apply>
		  <m:int/>
		  <m:bvar><m:ci>f</m:ci></m:bvar>
		  <m:lowlimit><m:cn>0</m:cn></m:lowlimit>
		  <m:uplimit><m:infinity/></m:uplimit>
		  <m:apply>
		    <m:ci type="fn">
		      <m:msub><m:mi>P</m:mi><m:mi>x</m:mi></m:msub></m:ci>
		    <m:ci>f</m:ci>
		  </m:apply>
		</m:apply>
	      </m:apply>
	      
	      <m:apply>
		<m:times/>
		<m:ci><m:msub><m:mi>N</m:mi><m:mn>0</m:mn></m:msub></m:ci>
		<m:apply>
		  <m:minus/>
		  <m:ci><m:msub><m:mi>f</m:mi><m:mi>u</m:mi></m:msub></m:ci>
		  <m:ci><m:msub><m:mi>f</m:mi><m:mi>l</m:mi></m:msub></m:ci>
		</m:apply>    
	      </m:apply>
	      
	    </m:apply>
	  </m:apply>
	</m:math>
      </equation>
      In most cases, the interference and noise powers do not vary for a
      given receiver.  Variations in signal-to-interference and
      signal-to-noise ratios arise from the attenuation because of
      transmitter-to-receiver distance variations.
    </para>
    
  </content>
</document>
