From octave-sources-request at bevo dot che dot wisc dot edu Fri Aug 31 20:15:02 2001 Subject: FFTW library and octave From: "Callow, Hayden" To: "'octave-sources at bevo dot che dot wisc dot edu'" Date: Sat, 01 Sep 2001 13:14:49 +1200 Hi, I've put together some code to allow octave to access the FFTW library (a fast (GPL'd) fft lib ---> www.fftw.org). The code is based pretty closely on the original fft code from octave and gives a significant speed improvement. I decided not to post the code directly to the list but if anyone is interested I'll pass it on. It will probably need some (a lot) fixing but is currently usable for 1D and 2D complex ffts. cheers Hayden