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