jit.fft
Description
Performs both the Fast Fourier Transform and Inverse Fast Fourier Transform on an input matrix. It requires that the input has two planes that represent complex numbers--plane 0 is the real component, and plane 1 is the imaginary component.
Examples

Matrix Operator
matrix inputs:1, matrix outputs:1
Name | IOProc | Planelink | Typelink | Dimlink | Plane | Dim | Type |
---|---|---|---|---|---|---|---|
out | n/a | 1 | 1 | 1 | 2 | 1 | float32 float64 |
More about Matrix Operators
The Jitter MOP
MOP Arguments
MOP Attributes
MOP Messages
Attributes
inverse [int]
Calculate inverse transform flag (default = 0)
Common Box Attributes
See Also
Name | Description |
---|---|
jit.convolve | |
jit.histogram | |
jit.op |