Click or drag to resize

FFTBase(FFTConfiguration) Constructor

Creates an instance of a FFTBase using the provided FFT configuration.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
protected FFTBase(
	FFTConfiguration config
)

Parameters

config  FFTConfiguration
FFT configuration instance used to build this FFT.
See Also