home *** CD-ROM | disk | FTP | other *** search
/ Peanuts NeXT Software Archives / Peanuts-2.iso / Science / signal_proc / PZ.1.00.README < prev    next >
Encoding:
Text File  |  1993-07-25  |  1.5 KB  |  30 lines

  1. This directory contains applications either developed or enhanced
  2. at Washington State University.  This activity is supported in part by the
  3. National Science Foundation under grant USE-9250721.
  4.  
  5. All applications run succesfully under NS3.0.  I have not tried to run them
  6. under 3.1 since I can not afford it.  Use at your own risk. If you find them
  7. helpful or want source code, drop me a line at bamberg@eecs.wsu.edu.  If you 
  8. use these applications, let me know so I can keep my funding agents happy.
  9.  
  10. You may need to grab gzip and gunzip from the folks at the FSF.  You can find
  11. it on their ftp sight, prep.ai.mit.edu in the pub/gnu directory. Sorry for the 
  12. inconvenience, but it is a real nice compressor (I get about 30% more 
  13. compression than "compress").
  14.  
  15. PZ.tar.Z An application for studying various attributes of digital filters.
  16.     It allows a user to interactively place and move poles and zeros
  17.     of a digital filter and see how it affects the Fourier transform
  18.     and impulse response.  The user can select various attributes such
  19.     as minimum, maximum, linear phase and see the affect on the 
  20.     relationships between roots, the Fourier transform and the
  21.     impulse response.  For real impulse response filters, code for
  22.     Ein.app (developed at Princeton and available from ftp.princeton.edu)
  23.     is possible to generate the digital filter and apply it to a
  24.     digitized sound file.  The NeXT version of Ein then generates a 
  25.     time-frequency analysis of the processed sound.
  26.  
  27.     This app is appropriate for an introductory course on DSP (senior 
  28.     or first year grad).
  29.  
  30.