home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / sys / amiga / programm / 18586 < prev    next >
Encoding:
Internet Message Format  |  1993-01-12  |  1.4 KB

  1. Path: sparky!uunet!spool.mu.edu!uwm.edu!ogicse!news.u.washington.edu!carson.u.washington.edu!cooper
  2. From: cooper@carson.u.washington.edu (Ken Cooper)
  3. Newsgroups: comp.sys.amiga.programmer
  4. Subject: Re: Fourier Transform Example Code
  5. Keywords: Fourier Transform Code in C
  6. Message-ID: <1ivkskINNcur@shelley.u.washington.edu>
  7. Date: 12 Jan 93 23:40:04 GMT
  8. Article-I.D.: shelley.1ivkskINNcur
  9. References: <C0r1pF.Cu4@ccu.umanitoba.ca>
  10. Distribution: na
  11. Organization: University of Washington, Seattle
  12. Lines: 18
  13. NNTP-Posting-Host: carson.u.washington.edu
  14.  
  15. I highly reccommend that you get a copy of the book "Numerical Recipes in C"
  16. by Press, Flannery, Teukolsky, and Vetterling.  I believe it was published
  17. by Cambridge University Press.  It contains a large number of great examples
  18. of numerical algorithms coded in C.  Only a couple of the 150+ or so
  19. algorithms required any 'porting' on my part.  It includes not only Fourier
  20. Transform algorithms but also contains a wide variety of other algorithms
  21. including linear equation solving, matrix inversion, statistical data
  22. analysis and other topics.  The source code is available on disk (MSDOG) but
  23. if you have CrossDos (or equivalent) you should be able to get source onto
  24. your machine.  I actually compiled all of the algorithms into a link-time
  25. library on my machine for easy inclusion into my projects.
  26.  
  27. Regards,
  28.  
  29. Ken Cooper
  30. Applied Physics Laboratory
  31. University of Washington
  32. cooper@u.washington.edu
  33.