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] |
The documentation for this class was generated from the following file:
- /Users/sean/workspace/SLIMpy3/slimpy_base/api/linearops/fft.py