<?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>Discrete-Time Systems</name>

  <metadata>
  <md:version>2.4</md:version>
  <md:created>2000/07/21</md:created>
  <md:revised>2002/08/13 00:00:00.004 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="seejaie">
      <md:firstname>CJ</md:firstname>
      
      <md:surname>Ganier</md:surname>
      <md:email>seejaie@rice.edu</md:email>
    </md:maintainer>
    <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="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>digital signal processing</md:keyword>
    <md:keyword>Discrete-Time Systems</md:keyword>
    <md:keyword>DSP</md:keyword>
  </md:keywordlist>

  <md:abstract>Discrete-time calculations are generally easier and more flexible than analog ones, allowing for practical calculation of Fourier transform.</md:abstract>
</metadata>

  <content>
    <para 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 id="exer1">
      <problem>
	<para id="prob1">
	  One of the first analog systems we described was the <cnxn 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>
	<para id="sol1">
	  In discrete-time signal processing, an amplifier amounts to
	  a multiplication, a very easy operation to perform.
	  </para>
      </solution>
    </exercise>

    <para 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>
