[racket] Fast Fourier Transform

From: Everett Morse (webj2 at unoc.net)
Date: Thu Oct 14 12:42:07 EDT 2010

Does anyone know a good FFT implementation in Racket?  Or bindings to something like FFTW would work.  All I've found in 30 min of Googling is toy examples of 1D FFT.  The Larceny project's benchmark fft is also 1D and I haven't quite figured out how to use it anyway. I will need both 1D and 2D.

I'm sure other people have needed this before, so I would have expected a PLaneT package, but I didn't see one there.  Am I blind?

Thanks,
-Everett



Posted on the users mailing list.