ILNumerics Ultimate VS

IFFTFFTBackwSym1D Method (InArrayfcomplex, UInt32)

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

[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<float> FFTBackwSym1D(
	InArray<fcomplex> A,
	uint dim
)

Parameters

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

Return Value

Type: RetArraySingle
result, same size as A
Remarks

This function brings increased performance if the implementation supports it. If not, the method will be implemented by repeated calls of (inplace) 1D fft.

[ILNumerics Core Module]

See Also

Reference