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.0
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 CreateRef(
	CVV oVV1,
	double d2,
	int i3
)

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

Return Value

Type: CFFT
FFT Object
See Also