<?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="m0507">
 
  <name xmlns:md="http://cnx.rice.edu/mdml/0.4" xmlns:bib="http://bibtexml.sf.net/">Discrete-Time Systems</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/">2.4</md:version>
  <md:created xmlns:bib="http://bibtexml.sf.net/">2000/07/21</md:created>
  <md:revised xmlns:bib="http://bibtexml.sf.net/">2002/08/13 00:00:00.004 GMT-5</md:revised>
  <md:authorlist xmlns:bib="http://bibtexml.sf.net/">
      <md:author xmlns:bib="http://bibtexml.sf.net/" id="dhj">
      <md:firstname xmlns:bib="http://bibtexml.sf.net/">Don</md:firstname>
      
      <md:surname xmlns:bib="http://bibtexml.sf.net/">Johnson</md:surname>
      <md:email xmlns:bib="http://bibtexml.sf.net/">dhj@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="seejaie">
      <md:firstname xmlns:bib="http://bibtexml.sf.net/">CJ</md:firstname>
      
      <md:surname xmlns:bib="http://bibtexml.sf.net/">Ganier</md:surname>
      <md:email xmlns:bib="http://bibtexml.sf.net/">seejaie@rice.edu</md:email>
    </md:maintainer>
    <md:maintainer xmlns:bib="http://bibtexml.sf.net/" id="dhj">
      <md:firstname xmlns:bib="http://bibtexml.sf.net/">Don</md:firstname>
      
      <md:surname xmlns:bib="http://bibtexml.sf.net/">Johnson</md:surname>
      <md:email xmlns:bib="http://bibtexml.sf.net/">dhj@rice.edu</md:email>
    </md:maintainer>
    <md:maintainer xmlns:bib="http://bibtexml.sf.net/" id="jac3">
      <md:firstname xmlns:bib="http://bibtexml.sf.net/">John</md:firstname>
      <md:othername xmlns:bib="http://bibtexml.sf.net/">Austin</md:othername>
      <md:surname xmlns:bib="http://bibtexml.sf.net/">Cottrell</md:surname>
      <md:email xmlns:bib="http://bibtexml.sf.net/">jac3@rice.edu</md:email>
    </md:maintainer>
  </md:maintainerlist>
  
  <md:keywordlist xmlns:bib="http://bibtexml.sf.net/">
    <md:keyword xmlns:bib="http://bibtexml.sf.net/">digital signal processing</md:keyword>
    <md:keyword xmlns:bib="http://bibtexml.sf.net/">Discrete-Time Systems</md:keyword>
    <md:keyword xmlns:bib="http://bibtexml.sf.net/">DSP</md:keyword>
  </md:keywordlist>

  <md:abstract xmlns:bib="http://bibtexml.sf.net/">Discrete-time calculations are generally easier and more flexible than analog ones, allowing for practical calculation of Fourier transform.</md:abstract>
</metadata>

  <content xmlns:md="http://cnx.rice.edu/mdml/0.4" xmlns:bib="http://bibtexml.sf.net/">
    <para xmlns:md="http://cnx.rice.edu/mdml/0.4" xmlns:bib="http://bibtexml.sf.net/" id="p1">
      When we developed analog systems, interconnecting the circuit
      elements provided a natural starting place for constructing
      useful devices. In discrete-time signal processing, we are not
      limited by hardware considerations but by what can be
      constructed in software.
    </para>

    <exercise xmlns:md="http://cnx.rice.edu/mdml/0.4" xmlns:bib="http://bibtexml.sf.net/" id="exer1">
      <problem xmlns:md="http://cnx.rice.edu/mdml/0.4" xmlns:bib="http://bibtexml.sf.net/">
	<para xmlns:md="http://cnx.rice.edu/mdml/0.4" xmlns:bib="http://bibtexml.sf.net/" id="prob1">
	  One of the first analog systems we described was the <cnxn xmlns:md="http://cnx.rice.edu/mdml/0.4" xmlns:bib="http://bibtexml.sf.net/" document="m0006" strength="5" target="amplifier">amplifier</cnxn>.  We found that
	    implementing an amplifier was difficult in analog systems,
	    requiring an op-amp at least. What is the discrete-time
	    implementation of an amplifier? Is this especially hard or
	    easy?
	</para>
      </problem>
      <solution xmlns:md="http://cnx.rice.edu/mdml/0.4" xmlns:bib="http://bibtexml.sf.net/">
	<para xmlns:md="http://cnx.rice.edu/mdml/0.4" xmlns:bib="http://bibtexml.sf.net/" id="sol1">
	  In discrete-time signal processing, an amplifier amounts to
	  a multiplication, a very easy operation to perform.
	  </para>
      </solution>
    </exercise>

    <para xmlns:md="http://cnx.rice.edu/mdml/0.4" xmlns:bib="http://bibtexml.sf.net/" id="p2">
      In fact, we will discover that frequency-domain implementation
      of systems, wherein we multiply the input signal's Fourier
      transform by a frequency response, is not only a viable
      alternative, but also a computationally efficient one. We begin
      with discussing the underlying mathematical structure of linear,
      shift-invariant systems, and devise how software filters can be
      constructed.
    </para>

  </content>
</document>
