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

<ul>

  <li>Ronald N. Bracewell. <em>The Fourier Transform and Its
  Applications</em>. McGraw-Hill Higher Education, New York, 3d
  edition 2000. ISBN 0-07-303938-1. <strong>Required text for the
  course, ordered for the Seminary Co-op Bookstore</strong>. There is
  no text that really lays out the course material properly. Among the
  many books on transforms, this one is an efficient reference to most
  of the essential facts for those who apply them, and it gives a
  pretty nice feel for the engineer's attitude toward this sort of
  mathematics. The pictorial dictionary of transforms in Chapter 22 is
  a particularly good aid for useful reasoning with FT.<br><br></li>

  <li><?php echo html_linked_text("Lecture Notes on Digital Sound Modeling",
                                "http://people.cs.uchicago.edu/~odonnell/Scholar/Work_in_progress/Digital_Sound_Modelling/"); ?>.

  Most of the notes have to do with sound, but Chapters 1 and 4
  provide basic information on complex arithmetic and Fourier
  Transform.<br><br></li>

  <li>William L. Briggs, Van Emden Henson. <em>The DFT: An Owner's
  Manual for the Discrete Fourier Transform</em>. Society for
  Industrial and Applied Mathematics, Philadelphia, 1995. ISBN
  0-89871-342-0. I haven't had a chance to read this one yet, but it
  appears to cover a lot of the tricky points about the difference
  between continuous-infinite and discrete-finite Fourier
  transforms.<br><br></li>

  <li>Leon Cohen. <em>Time-Frequency Analysis</em>. Prentice-Hall PTR,
  Upper Saddle Hill, NJ, 1995. ISBN 0-13-594532-1. This is the de
  facto standard reference for time-frequency analysis. It describes
  the class of analysis techniques now called "Cohen's class," which
  covers almost everything in widespread use today.<br><br></li>

  <li>Athanasios Papoulis. <em>The Fourier Integral and Its
  Applications</em>. McGraw-Hill, New York, 1962. Problem 5 on page 75
  gives the only printed presentation that I can find of the FT of an
  exponentiated quadratic. To follow the derivation you have to trace
  through the solution on page 77, Problem 30 on page 218 and its
  solution on page 220, and finally Section 9-5 on pages 186-187. Its
  worth it because the exponentiated quadratic is a single complex
  sine with amplitude varying as a Gaussian bell curve and frequency
  varying as a straight line. Important techniques, such as the chirp
  transform, depend on this sort of function. The book also presents
  the "principle of stationary phase" (pages 139-143) which is often
  used to try to illuminate time-frequency analysis.<br><br></li>

  <li>Ken Steiglitz. <em>A Digital Signal Processing
  Primer</em>. Addison-Wesley, 1995. ISBN 0-8053-1684-1. This is a
  clearly written short text on the basic methods of digital sound. I
  can't use it for a class text because it doesn't focus on listening
  experiments, and it treats the techniques a bit too
  uncritically. But, it could be very helpful for understanding the
  technicalities.<br><br></li>

</ul>

<p>Instead of going to the bookstore, you may wish to order texts from
<a href="http://www.bookpool.com/">Book Pool</a>,
<a href="http://www.barnesandnoble.com/">Barnes &amp; Noble online</a>,
<a href="http://bigwords.com/">BigWords</a>,
<a href="http://www.amazon.com/">Amazon</a>, or
<a href="http://www.yahoo.com/Business_and_Economy/Companies/Books/">
other book vendors</a>.</p>

<?php echo html_footer("index", 0, 1); ?>
<!-- hhmts start -->
Last modified: Wed Jan  5 17:12:52 CST 2005
<!-- hhmts end -->

</body>

</html>
