<?php require_once "fs_inner_context.inc"; ?>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
     "http://www.w3.org/TR/html4/loose.dtd">
<html>

<head>

<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">

<title><?php echo $HTML_TITLE; ?></title>

</head>

<?php echo html_bgcolor_body($BG_COLOR); ?>

<!-- Standard hierarchical header structure -->

<?php echo $CS_HEADER_HTML; ?>

<?php echo html_linked_text("<em>Courses</em>", $CS_COURSES_ROOT_URL); ?>

<?php echo $HTML_HEADER; ?>

<hr>

<?php echo html_header($HTML_HEADER_LEVEL + 1, "Goals"); ?>

<p>A student who completes this course should gain three key abilities:</p>

<ul>

<li>Calculate the qualitative shape of a Fourier Transforms as a quick
mental step in reasoning about a signal processing
problem.<br><br></li>

<li>Critique applications of Fourier Transforms and related
mathematical tools to signal processing problems, particularly
recognizing common conceptual errors.<br><br></li>

<li>Use the extensive literature on transforms effectively in future
work.</li>

</ul>

<?php echo html_header($HTML_HEADER_LEVEL + 1, "Summary of Content"); ?>

<p>We study the use of mathematical transforms to reveal the frequency
or scale structure of signals, such as vibrations and visual
scenes. We cover the continuous and discrete Fourier, wavelet,
Laplace, and Z transforms, and others if time permits. We do not prove
the relevant mathematical theorems: we state them and use them to
calculate and reason rigorously about interesting properties of
signals, and about transformations of signals by filters.</p>

<p>The text provides most of the basic information. We go well beyond
the text in exploring the pitfalls of naive applications of
transforms. A student who completes the course successfully can apply
mathematical transforms entirely correctly, paying attention to phase
as well as magnitude, and recognizing the confusion introduced by
framing and discretization. Finally, we study recent research articles
on frameless time-frequency analysis.</p>

<?php echo html_header($HTML_HEADER_LEVEL + 1, "Prerequisites"); ?>

<p>Students entering the course must have a basic familiarity with the
differential and integral calculus, sine and cosine functions,
addition, subtraction, multiplication, division and exponentiation of
complex numbers. Deep mathematical knowledge or virtuosic ability is
not required. We will review the mathematical prerequisites very
briefly to fill in gaps.</p>

<p>Students are not required to program in a general-purpose
programming language. They are required to perform computational
exercises using an interactive numerical system such as Octave
(Matlab) or Scilab.</p>

<?php echo html_header($HTML_HEADER_LEVEL + 1, "Electronic Communications"); ?>

<p>We use three forms of electronic communication in CMSC 34910:
shared files, the World Wide Web (WWW), and electronic mail. Use of
these forms of communication is required.</p>

<ul>

  <li>You must provide a publicly readable directory named
  <code>CMSC34910</code> in your home directory on the CS computer file
  system. I will collect links to these in my own public class
  directory:
  <code>/stage/archive/<var>&lt;year&gt;</var>/<var>&lt;quarter&gt;</var>/34910-1/Roster</code>.
  Store all online materials that you develop for this class in your
  public directory, so that we can share work. I also encourage you to
  develop your own WWWeb materials.<br><br></li>

  <li>I will also provide course materials in a form accessible
  through WWW, at the URL
  <code>http://www.classes.cs.uchicago.edu/classes/<var>&lt;year&gt;</var>/<var>&lt;quarter&gt;</var>/34910-1/</code>.
  You may view this material with any standards-compliant Web browser
  from graphics terminals and <b>Lynx</b> from character
  terminals.<br><br></li>

  <li>There is a public <a href="../Discussion/phpBB2">class
  discussion</a>, consisting of comments attached by students and the
  instructor to various online course materials. <em>All</em>
  questions and comments that are not personal or confidential should
  be added to this discussion, so that everyone can benefit from
  them.<br><br></li>

  <li>Personal discussions, particularly about grading, and requests
  for appointments, may be addressed to me by electronic mail at
  <code>odonnell@cs</code>. These will normally be the only types of
  correspondence that should be made by electronic mail.</li>

</ul>

<p>You must check for new information in the WWW materials at least
three times a week: on Wednesday, Friday, and the weekend. I recommend
that you check it daily, particularly the class discussion.</p>

<?php echo html_header($HTML_HEADER_LEVEL + 1, "Outline of Topics"); ?>

<p>Coming soon.</p>

<?php echo html_header($HTML_HEADER_LEVEL + 1, "Grading Scheme"); ?>

<p>Coming soon.</p>

<?php echo html_header($HTML_HEADER_LEVEL + 1,
  html_linked_text("Student evaluations from previous years",
  "http://www.classes.cs.uchicago.edu/classes/archive/2000/spring/CS295/Archive/Evaluations/course-eval.html"));
?>

<p>None, because this is the first year of the course.</p>

<?php echo html_footer("index", 0, 1); ?>

<!-- hhmts start -->
Last modified: Wed Jan  5 13:58:57 CST 2005
<!-- hhmts end -->

</body>

</html>
