Click or drag to resize

FloatComplexForward2DFFT(FFT2DBase) Constructor

Constructs a forward 2D FFT instance by copying the configuration from another FFT instance.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public FloatComplexForward2DFFT(
	FFT2DBase fft
)

Parameters

fft  FFT2DBase
Any 2D float complex FFT instance
Exceptions
ExceptionCondition
NMathFormatException Thrown if the given FFT2DBase does not represent an 2-dimensional float complex FFT instance.
See Also