Click or drag to resize

FloatForward1DFFT(FFTBase) Constructor

Constructs a forward 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 FloatForward1DFFT(
	FFTBase fft
)

Parameters

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