fft Class Reference
[linear operators]

Fourier Fourier transform on any axis. More...

List of all members.

Public Member Functions

def __init__
 Constructor.

Static Public Attributes

string name = "fft"


Detailed Description

Fourier Fourier transform on any axis.

F = fft( inSpace, sym=True, opt=False, pad=1, axis=2, adj=False ) Fourier transform on any axis

Definition at line 56 of file fft.py.


Member Function Documentation

def __init__ (   self,
  inSpace,
  sym = True,
  opt = False,
  pad = 1,
  axis = 2,
  adj = False 
)

Constructor.

Parameters:
inSpace a VectorSpace
sym apply symmetric scaling to make the FFT operator Hermitian
opt determine optimal size for efficiency
pad padding factor
axis Axis to transform
adj create inverse transform

Definition at line 67 of file fft.py.


Member Data Documentation

string name = "fft" [static]

Definition at line 57 of file fft.py.


The documentation for this class was generated from the following file:

Generated on Sun Aug 10 09:11:09 2008 for SLIMpy by  doxygen 1.5.6