<?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_plain.dtd">
<document xmlns="http://cnx.rice.edu/cnxml" xmlns:md="http://cnx.rice.edu/mdml/0.4" xmlns:bib="http://bibtexml.sf.net/" id="m10162">
    <name>Information Theory and Coding</name>

    <metadata>
  <md:version>2.9</md:version>
  <md:created>2001/07/03</md:created>
  <md:revised>2004/05/18 14:29:31 GMT-5</md:revised>
  <md:authorlist>
      <md:author id="aaz">
      <md:firstname>Behnaam</md:firstname>
      
      <md:surname>Aazhang</md:surname>
      <md:email>aaz@ece.rice.edu</md:email>
    </md:author>
  </md:authorlist>

  <md:maintainerlist>
    <md:maintainer id="dinesh">
      <md:firstname>Dinesh</md:firstname>
      
      <md:surname>Rajan</md:surname>
      <md:email>dinesh@ece.rice.edu</md:email>
    </md:maintainer>
    <md:maintainer id="mohammad">
      <md:firstname>Mohammad</md:firstname>
      <md:othername>Jaber</md:othername>
      <md:surname>Borran</md:surname>
      <md:email>mohammad@ece.rice.edu</md:email>
    </md:maintainer>
    <md:maintainer id="rha">
      <md:firstname>Roy</md:firstname>
      
      <md:surname>Ha</md:surname>
      <md:email>rha@rice.edu</md:email>
    </md:maintainer>
    <md:maintainer id="mrshawn">
      <md:firstname>Shawn</md:firstname>
      
      <md:surname>Stewart</md:surname>
      <md:email>mrshawn@alumni.rice.edu</md:email>
    </md:maintainer>
    <md:maintainer id="aaz">
      <md:firstname>Behnaam</md:firstname>
      
      <md:surname>Aazhang</md:surname>
      <md:email>aaz@ece.rice.edu</md:email>
    </md:maintainer>
  </md:maintainerlist>
  
  <md:keywordlist>
    <md:keyword>channel</md:keyword>
    <md:keyword>channel coding</md:keyword>
    <md:keyword>coding</md:keyword>
    <md:keyword>entropy</md:keyword>
    <md:keyword>information theory</md:keyword>
    <md:keyword>Shannon</md:keyword>
    <md:keyword>source coding</md:keyword>
  </md:keywordlist>

  <md:abstract>An overview of information theory, beginning with a quantifiable definition of information using entropy and leading to ideas in reliable transmission of information using source coding and channel coding.</md:abstract>
</metadata>

    <content>
      <para id="para1">
	In the previous chapters, we considered the problem of digital
	transmission over different channels.  Information sources are
	not often digital, and in fact, many sources are
	analog. Although many channels are also analog, it is still more
	efficient to convert analog sources into digital data and
	transmit over analog channels using digital transmission
	techniques.  There are two reasons why digital transmission
	could be more efficient and more reliable than analog
	transmission:
	<list id="list1" type="enumerated">
	  <item>
	    Analog sources could be compressed to digital form
	    efficiently.
	  </item>
	  <item>
	    Digital data can be transmitted over noisy channels
	    reliably.
	  </item>
	</list>
	There are several key questions that need to be addressed:
	<list id="list2" type="enumerated">
	  <item>How can one model information?</item>
	  <item>How can one quantify information?</item>
	  <item>
	    If information can be measured, does its information
	    quantity relate to how much it can be compressed?
	  </item>
	  <item>
	    Is it possible to determine if a particular channel can
	    handle transmission of a source with a particular
	    information quantity?
	  </item>
	</list>
      </para>

      <figure id="fig1">
	<media type="image/png" src="Figure7-2.png"/>
      </figure>

      <example id="example1">
	<para id="para2">
	  The information content of the following sentences: "Hello,
	  hello, hello." and "There is an exam today." are not the
	  same.  Clearly the second one carries more information.  The
	  first one can be compressed to "Hello" without much loss of
	  information.
	</para>
      </example>

      <para id="para3">
	In other modules, we will quantify information and find
	efficient representation of information (<cnxn document="m10164">Entropy</cnxn>).  We will also quantify
	<cnxn document="m10173">how much </cnxn> information can be
	transmitted through channels, reliably.  <cnxn document="m10174">Channel coding</cnxn> can be used to reduce
	information rate and increase reliability.
      </para>

    </content>
  </document>
