Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Twodimensional DFT

About one dimensional DFT is https://doc.sagemath.org/html/en/reference/calculus/sage/calculus/transforms/fft.html But how use twodimensional I try

b = FastFourierTransform(8,8)

but obtain one dimensional array

sage: b [(0.0, 0.0), (0.0, 0.0), (0.0, 0.0), (0.0, 0.0), (0.0, 0.0), (0.0, 0.0), (0.0, 0.0), (0.0, 0.0)]