Page 1 of 1

FFTW 3-3 w32 lib for pb 4.2

Posted: Sun Oct 19, 2008 11:10 pm
by idle
I've only done the windows version. Haven't tested it out yet but it's enough to get going.

If anyone can interpret the c macros in the header that could be useful

download the pb lib files and distro here

http://www.idlearts.com/fftw.zip

home page of FFTW http://www.fftw.org/index.html

*make sure you change the path to lib in the header
and change Import to ImportC unless you enjoy pull your hair out


ImportC "C:\fftw\libfftw3-3.lib"

Posted: Mon Oct 20, 2008 8:51 am
by djes
Thank you! Kind of stuff I like to have in my library :)

Posted: Thu Oct 23, 2008 4:41 pm
by Xombie
Nice, idle! So... what would be the major usages for this?

Posted: Thu Oct 23, 2008 9:58 pm
by KarLKoX
Working with data converted into the frequency domain : EQ, resamplers, time shifting, compression algos, speech analysis ... just to name a few.