I am trying to implement a 2D FFT using a 1D FFT. I have a 4x4 matrix (some basic)
My algorithm:
Is it correct?
No - algorithm:
So this is a 4 x 1D (horizontal) FFT, followed by a 4 x 1D (vertical) FFT, for a total of 8 x 1D FFT.