Problems with FFTW

[quote=“Momos1989”]Hello everyone,
I’m trying to make an FFT of signal that I read from an ASCII file (y,t)
But I have a problem with the FFT! I even can’t run the example provided with root (FFT.C), I get an error message about libfftw3-3.dll.

I saw this post, but I didn’t know how to install fftw3-3. I’ve downloaded it, but what next?:

how to install FFTW3? and how to know if it’s in the path? if it is not, how can I set it?

Thank you in advance.[/quote]

I do not know what your system is, in principle, it’s quite easy to build libfftw from the source and specify
its location during configuration with --enable-fftw3 --with-fftw3-incdir=the_place_where_you_install --with-fftw3-libdir=…