Click or drag to resize
CFFTCreateEx Method
Create a New FFT with detrend and expansion options.

Available since Oasis montaj version: 5.1.8
License: Available to specially licensed modules.  

Namespace: Geosoft.Desktop.GXNet
Assembly: geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll)
Notes
The detrending options control the removal of a trend from the data before the FFT is applied. The expansion options control the minimum data expansion before the FFT is applied.
Syntax
public static CFFT CreateEx(
	CVV oVV1,
	double d2,
	int i3,
	double d4
)

Parameters

oVV1
Type: GeoEngine.Core.GXNetCVV
VV to transform.
d2
Type: SystemDouble
Element space interval
i3
Type: SystemInt32
See FFT_DETRENDConstant
d4
Type: SystemDouble
minimum expansion %

Return Value

Type: CFFT
FFT Object
See Also