numpy.fft.ifft2

numpy.fft.ifft2(a, s=None, axes=(-2, -1))

Compute the inverse 2d fft of an array.

Parameters:

a : array

input array

s : sequence (int)

shape of the ifft

axis : int

axis over which to compute the ifft

Notes

This is really just ifftn with different default behavior.

Previous topic

numpy.fft.fft2

Next topic

numpy.fft.fftn

This Page

Quick search