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 unsafe void | Fourier (ComplexField cf) |
| | Computes Fourier transform of given ComplexField. The ComplexField cf is changed during the Fourier transform.
|
| |
| static unsafe void | InverseFourier (ComplexField cf) |
| | Computes Inverse Fourier transform of given ComplexField. The ComplexField cf is changed during the Fourier transform.
|
| |
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.
◆ Fourier()
Computes Fourier transform of given ComplexField. The ComplexField cf is changed during the Fourier transform.
- Parameters
-
| cf | Field to be transformed. |
◆ InverseFourier()
Computes Inverse Fourier transform of given ComplexField. The ComplexField cf is changed during the Fourier transform.
- Parameters
-
| cf | Field to be transformed. |