home *** CD-ROM | disk | FTP | other *** search
/ Peanuts NeXT Software Archives / Peanuts-3.iso / Audio / apps / SineWaves.README < prev    next >
Encoding:
Text File  |  1993-07-25  |  1.1 KB  |  24 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.  
  16. SineWaves.tar.Z This is a simple application for demonstrating the sensitivity
  17.     of the human visual system to different frequencies and orientations.
  18.     It also serves to display the speed up posible by creating lookup
  19.     tables as opposed to using intrinsic functions (sin in particular)
  20.     from the math library.
  21.  
  22.     This app is appropriate for a senior level course on image processing.
  23.  
  24.