Click or drag to resize

FFTBase(FFTBase, FFTDirection) Constructor

Base class constructor that makes a deep copy the configuration from another FFT instance.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
protected FFTBase(
	ref FFTBase fftbase,
	FFTDirection direction
)

Parameters

fftbase  FFTBase
FFT instance
direction  FFTDirection
The 1D FFT direction, either forward or backward.
See Also