Click or drag to resize

DoubleForward1DFFT(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 DoubleForward1DFFT(
	FFTBase fft
)

Parameters

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