Recent content by Maciej Olszewski

  1. M

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

    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...