numeric.scipy.org    Version 1.0b1 API Documentation generated by Endo 2006-08-14

Discrete Fourier Transforms - FFT.py

The underlying code for these functions is an f2c translated and modified version of the FFTPACK routines.

fft(a, n=None, axis=-1) ifft(a, n=None, axis=-1) rfft(a, n=None, axis=-1) irfft(a, n=None, axis=-1) hfft(a, n=None, axis=-1) ihfft(a, n=None, axis=-1) fftn(a, s=None, axes=None) ifftn(a, s=None, axes=None) rfftn(a, s=None, axes=None) irfftn(a, s=None, axes=None) fft2(a, s=None, axes=(-2,-1)) ifft2(a, s=None, axes=(-2, -1)) rfft2(a, s=None, axes=(-2,-1)) irfft2(a, s=None, axes=(-2, -1))

Variables

Function summary

Functions

Imported names

Local nameRefers to
arangenumpy.core.numeric.arange
arraynumpy.core.defchararray.array
asarraynumpy.core.defchararray.asarray
concatenatenumpy.core.numeric.concatenate
fftfreqnumpy.dft.helper.fftfreq
fftpackfftpack_lite
fftshiftnumpy.dft.helper.fftshift
ifftshiftnumpy.dft.helper.ifftshift
shapenumpy.core.fromnumeric.shape
swapaxesnumpy.core.fromnumeric.swapaxes
takenumpy.core.fromnumeric.take
typestypes
zerosnumpy.core.numeric.zeros