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

Available since Oasis montaj version: 5.0
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 CreateRef(
	CGXNETCore gxNetShared,
	CVV gvv,
	double interv,
	int trend
)

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>

Return Value

Type: CFFT
FFT Object
See Also