NumLibFftT Method
Fast Fourier transform
Namespace: Metas.UncLib.CoreAssembly: Metas.UncLib.Core (in Metas.UncLib.Core.dll) Version: 2.8.9053.20192
public static Complex<T>[] Fft<T>(
Complex<T>[] a,
bool withoutUnc = false
)
where T : new(), Object, IRealNumber<T>
Public Shared Function Fft(Of T As {New, Object, IRealNumber(Of T)}) (
a As Complex(Of T)(),
Optional withoutUnc As Boolean = false
) As Complex(Of T)()
public:
generic<typename T>
where T : gcnew(), Object, IRealNumber<T>
static array<Complex<T>>^ Fft(
array<Complex<T>>^ a,
bool withoutUnc = false
)
static member Fft :
a : Complex<'T>[] *
?withoutUnc : bool
(* Defaults:
let _withoutUnc = defaultArg withoutUnc false
*)
-> Complex<'T>[] when 'T : new() and Object and IRealNumber<'T>
- a ComplexT
- Vector time domain
- withoutUnc Boolean (Optional)
- Without uncertainties
- T
- Real Type
ComplexTVector frequency domain