array_fft
File Purpose: fft of numpy arrays.
Functions
|
calculates fft along 1 dimension, as well as the corresponding frequencies. |
|
calculates fft along 2 dimensions, as well as the corresponding frequencies. |
|
calculates fft along N dimensions, as well as the corresponding frequencies. |
|
returns the shifted frequencies corresponding to the fft of an array of length N, |
|
calculates inverse fft along N dimensions, as well as the corresponding positions. |
|
returns the shifted positions corresponding to the inverse fft of an array of length N. |