NFFT doesn't compile
By wimmel at Tue, Jun 3 2008 1:50pm |
I am trying to compile the NFFT C library to perform non uniform FFT analysis.
However I suspect the "configure" script that detects which architecture I'm working with doesn't recognize the
i686-apple-darwin9.2.2 architecture I am using.
Has anyone been able to succesfully compile this library?



nfft
I did compile NFFT lib in my mac, but any one knows how this algorithm works..I need to discuss this algorithm for better understanding
NFFT
Any one using NFFT Algorithm by stefan kunis plz let me know
nfft
Yes I am using nFFT. What is the problem that you are trying to solve ?
Regards
Evert
NFFT
I am using it for a signal processing problem, for signal reconstruction on a regular grid..which module is best for that....
And about problem of compiling it with MAC you can put the name of architecture
while configuring, or put this
./configure --without-apple-gcc-arch
It wont create any problem
....
Let me know if any other problem arises
Thanks
Conficius
Is the above comment worked
Is the above comment worked for you! :)
NFFT is giving me problem
Any body here to clear my doubt