Click or drag to resize
CFFTCreateRefEx Method
Create FFT object with detrend and expansion options from reference (original) channel, but no FFT process.

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
This just creates an object. It is intended to be called immediately after with SetVV_FFT.
Syntax
public static CFFT CreateRefEx(
	CVV oVV1,
	double d2,
	int i3,
	double d4,
	double d5
)

Parameters

oVV1
Type: GeoEngine.Core.GXNetCVV
VV contains channel data to perform FFT operations upon.
d2
Type: SystemDouble
Element space interval, should be the same as in Create(Ex)_FFT() call
i3
Type: SystemInt32
See FFT_DETRENDConstant
d4
Type: SystemDouble
minimum expansion %, should be the same as in CreateEx_FFT() call
d5
Type: SystemDouble
DC level multiple

Return Value

Type: CFFT
FFT Object
See Also