Click or drag to resize
CFFTCreate Method
Create a New FFT with detrend options.

Available since Oasis montaj version: 5.0.0
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 default data expansion is 10% before FFT.
Syntax
public static CFFT Create(
	CVV oVV1,
	double d2,
	int i3
)

Parameters

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

Return Value

Type: CFFT
FFT Object
See Also