Programming Reference for VirtualLab Fusion  2025.1
Loading...
Searching...
No Matches
Transformations Class Reference

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

Detailed Description

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.

Member Function Documentation

◆ Fourier()

static unsafe void Fourier ( ComplexField  cf)
static

Computes Fourier transform of given ComplexField. The ComplexField cf is changed during the Fourier transform.

Parameters
cfField to be transformed.

◆ InverseFourier()

static unsafe void InverseFourier ( ComplexField  cf)
static

Computes Inverse Fourier transform of given ComplexField. The ComplexField cf is changed during the Fourier transform.

Parameters
cfField to be transformed.