scipy.fftpack.fft2

scipy.fftpack.fft2(x, shape=None, axes=(-2, -1), overwrite_x=0)

2-D discrete Fourier transform.

Return the two-dimensional discrete Fourier transform of the 2-D argument x.

See also

fftn
for detailed information.

Previous topic

scipy.fftpack.ifftn

Next topic

scipy.fftpack.ifft2

This Page