I'm rewriting code from Matlab to C#. I'm completely newb at mathematics. I had to use FFT function which I found in AForge.net library, but now I need IFFT. Is this possible to use FFT to compute IFFT in few lines?
Aforge.Net FFT declaration:
public static void FFT (Complex[] data, Direction direction)