TNumber.FFT Method

Computes the c1-point discrete Fourier transform (DFT) of this TNumber vector using a fast Fourier transform (FFT) algorithm.

Definition

Namespace: SMath.Math.Numeric
Assembly: SMath.Math.Numeric (in SMath.Math.Numeric.dll) Version: 1.73.9126.0
C#
public TNumber FFT(
	TNumber c1
)

Parameters

c1  TNumber
Transform length.

Return Value

TNumber
The c1-point discrete Fourier transform (DFT) of this TNumber. The same size as this TNumber.

Exceptions

GeneralExceptionThrown in case of type mismatch.

See Also