Click or drag to resize

FloatGeneral1DFFT Constructor

Constructs a general 1D FFT instance by deep cloning the provided FFTConfiguration instance.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public FloatGeneral1DFFT(
	FFTConfiguration config
)

Parameters

config  FFTConfiguration
Configuration describing the 1D FFT to create.
Exceptions
ExceptionCondition
NMathFormatException Thrown if the FFT configuration does not indicate a 1-dimensional FFT.
NMathFormatException Thrown if the FFT configuration does not indicate a float precision FFT.
See Also