NumLibFftT Method

Fast Fourier transform

Definition

Namespace: Metas.UncLib.Core
Assembly: Metas.UncLib.Core (in Metas.UncLib.Core.dll) Version: 2.8.9053.20192
C#
public static Complex<T>[] Fft<T>(
	Complex<T>[] a,
	bool withoutUnc = false
)
where T : new(), Object, IRealNumber<T>

Parameters

a  ComplexT
Vector time domain
withoutUnc  Boolean  (Optional)
Without uncertainties

Type Parameters

T
Real Type

Return Value

ComplexT
Vector frequency domain

See Also