Efficient 2D FFT in C for Large Arrays: Where to Find the Code?

  • Context:
  • Thread starter Thread starter Maciej Olszewski
  • Start date Start date
  • Tags Tags
    2d Fft
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
3 replies · 3K views
Maciej Olszewski
Messages
1
Reaction score
0
I am looking for a 2D fft that takes in a 2D array of heights and does a fft in c on the array. I would like if the code was capable of working with big arrays, such as 8192 x 8192 I have tried the paulbourke and sanfoundry websites. The first was not giving me the output that is expected and the second one took too long to compute. Does anyone know where I could find such code?
 
Physics news on Phys.org
On linux you have the libfft. I never use it but i know it exist.
 
As Dr Claude said FFTW, it is pretty well the standard, it even has GPU implementations if you have a decent graphics card.