ILNumerics Ultimate VS

IFFTFFTBackward1D Method (InArrayfcomplex, UInt32)

ILNumerics Ultimate VS Documentation
ILNumerics - Technical Application Development
performs backward 1-dimensional fft

[ILNumerics Core Module]

Namespace:  ILNumerics.Core.Native
Assembly:  ILNumerics.Core (in ILNumerics.Core.dll) Version: 5.5.0.0 (5.5.7503.3146)
Syntax

RetArray<fcomplex> FFTBackward1D(
	InArray<fcomplex> A,
	uint dim
)

Parameters

A
Type: ILNumericsInArrayfcomplex
input array
dim
Type: SystemUInt32
dimension to perform fft along

Return Value

Type: RetArrayfcomplex
result, same size as A
Remarks

[ILNumerics Core Module]

See Also

Reference