How can I get the FFT matrix?

asked 2018-08-08 03:49:01 -0600

balea gravatar image

I have an image with index data [-(N-1)/2, .., 0,...,(N-1)/2] x [-(N-1)/2, .., 0, ..., (N-1)/2] and I need for a special calculation only the DFT, rather the FFT, matrix F, such that X = Fx, where X is the frequency sequence and x the real domain sequence.

Is there any routine that I can use that calculates the FFT matrix??

edit retag flag offensive close merge delete

Comments