Click or drag to resize

DoubleComplexBackward1DFFT(FFTBase) Constructor

Constructs a backward 1D FFT instance by copying the configuration from another FFT instance.

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

Parameters

fft  FFTBase
Any 1D double complex FFT instance
Exceptions
ExceptionCondition
NMathFormatException Thrown if the given FFTBase does not represent an 1-dimensional double complex FFT instance.
See Also