Click or drag to resize

FFT2DBase(FFT2DBase, 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 FFT2DBase(
	ref FFT2DBase fftbase,
	FFTDirection direction
)

Parameters

fftbase  FFT2DBase
A 2D FFT instance
direction  FFTDirection
The 2D FFT direction, either forward or backward.
See Also