ILNumerics Ultimate VS

IFFT.FFTForward1D Method (InArray<complex>, UInt32)

ILNumerics Ultimate VS Documentation
ILNumerics - Technical Application Development
performs 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<complex> FFTForward1D(
	InArray<complex> A,
	uint dim
)

Parameters

A
Type: ILNumerics.InArray<complex>
input array
dim
Type: System.UInt32
dimension to perform fft along

Return Value

Type: RetArray<complex>
result, same size as A
Remarks

[ILNumerics Core Module]

See Also

Reference