Click or drag to resize

DoubleComplexForward1DFFT(Int32) Constructor

Constructs a forward 1D FFT instance for double complex signal vectors.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public DoubleComplexForward1DFFT(
	int fftlength
)

Parameters

fftlength  Int32
Length of input signal data
Remarks
The created FFT instance requires that all input signal data be unit-strided (packed) in memory. More complex memory layouts can be handled with the DoubleGeneral1DFFT class.
See Also