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.GXNetX
Assembly: geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll)
Notes
This just creates an object. It is intended to be called immediately after with SetVV_FFT.
Syntax
public static CFFT CreateRefEx(
	CGXNETCore gxNetShared,
	CVV gvv,
	double interv,
	int trend,
	double expansion,
	double d_cmult
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
gvv
Type: GeoEngine.Core.GXNetXCVV
VV contains channel data to perform FFT operations upon.
interv
Type: SystemDouble
Element space interval, should be the same as in CreateEx_FFT call
trend
Type: SystemInt32
<define>FFT_DETREND</define>
expansion
Type: SystemDouble
Minimum expansion %, should be the same as in CreateEx_FFT call
d_cmult
Type: SystemDouble
DC level multiple

Return Value

Type: CFFT
FFT Object
See Also