|
Programming Reference for VirtualLab Fusion
2022.1
|
This class is subject to change. Programs using this class may require changes with a new version of VirtualLab.
Contains static functions that perform transformations of one or two ComplexField like Fourier Transform of Convolution.
More...
Static Public Member Functions | |
| static unsafe void | Fourier (ComplexField cf) |
| Computes Fourier transform of given ComplexField. The ComplexField cf is changed during the Fourier transform. More... | |
| static unsafe void | InverseFourier (ComplexField cf) |
| Computes Inverse Fourier transform of given ComplexField. The ComplexField cf is changed during the Fourier transform. More... | |
This class is subject to change. Programs using this class may require changes with a new version of VirtualLab.
Contains static functions that perform transformations of one or two ComplexField like Fourier Transform of Convolution.
|
static |
Computes Fourier transform of given ComplexField. The ComplexField cf is changed during the Fourier transform.
| cf | Field to be transformed. |
|
static |
Computes Inverse Fourier transform of given ComplexField. The ComplexField cf is changed during the Fourier transform.
| cf | Field to be transformed. |