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

<p>All students in the course must purchase and study the audio CD

<ul>

  <li>A. J. M. Houtsma, T. D. Rossing, W. M. Wagenaars. <em>Auditory
  Demonstrations</em> (an audio CD). Philips 1126-061 (1987). This CD
  provides the most efficient way that I know to get a firm intuitive
  grasp of auditory perception. I will sell copies in class for $20 each (I got them at members' discount). The CD is also available from the
  <a href="http://asa.aip.org">Acoustical Society of America</a> for
  about $25. Think about joining the ASA.<br><br></li>

</ul>


<p>There is no really appropriate published textbook for this
course. I have written some rather encyclopaedic</p>

<ul>

<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/") . " "; ?>

</ul>

for your free use.

<p>I also wrote a brief</p>

<ul>

<li><?php echo html_linked_text("summary of audio perception",
                                "Perception/") . " "; ?>
</li>

</ul>

to supplement Chapter 2 of the lecture notes.

<p>There are some optional books that cover some of the material
rather well, and which you should consider adding to your personal
library.</p>

<ol>

  <li>Curtis Roads. <em>The Computer Music Tutorial</em>. MIT Press,
  Cambridge MA, 1996. This book costs $50, but it's huge and has a lot
  of interesting material. Much of it is about music performance, but
  there is a lot of general material on sound, too. The bookstore has
  this one. If you're serious about computer music, you need this in
  your library.<br><br></li>

  <li>John Strawn, editor. <em>Digital Audio Signal Processing: an
  anthology</em>. William Kaufmann, Los Altos CA, 1985. A-R Editions,
  Madison WI. This is a nice cheap book (about $25), covering several
  elementary topics in the basic mathematics of sound very well, and
  with a particularly accessible treatment of digital filter
  theory. It also has some wacky chapters. Unfortunately, it is out of
  print.  You may be able to find a used copy.<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>

  <li>Ronald N. Bracewell. <em>The Fourier Transform and Its
  Applications</em>. McGraw-Hill, New York, 2nd edition 1986.  This is
  a dense reference for engineers. It has a very nice pictorial
  dictionary of Fourier Transforms in the back. It cost me $58. Most
  people don't need this, but anyone who intends to really use the
  Fourier Transform will bite the bullet and shell out the price, even
  though it's rather high for a small and specialized item.<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>Dave Phillips. <em>Linux Music &amp; Sound</em>. No Starch
  Press, San Francisco, 2000. ISBN 1-886411-34-4. A good rough
  practical guide to free software that's available for sound
  processing under <em>Linux</em>. It will be out of date
  soon.<br><br></li>

  <li><a name="Cook MCCS">Perry R. Cook, editor.</a> <em>Music,
  Cognition, and Computerized Sound</em>. The MIT Press, Cambridge,
  MA, 2001. ISBN 0-262-03256-2 (hardcover), 0-262-53190-9
  (paperback). Covers lots of good topics, but not as thoroughly as I
  would like. Here is one sample from the demonstration CD, giving <a
  href="Examples/Samples/triads.aiff">mostly C major triads in
  different tunings</a> (3,021,420 bytes).<br><br>

    <ul>

    <li>Just tuning</li>
    <li>Mean tone for C</li>
    <li>Just tuning</li>
    <li>Equal temperament</li>
    <li>Just tuning</li>
    <li>Mean tone for C</li>
    <li>C sharp triad played in mean tone for C</li>
    <li>Mean tone for C</li>

    </ul>

  </li>

</ol>

<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: Thu Apr 18 16:54:20 CDT 2002
<!-- hhmts end -->

</body>

</html>
