Click or drag to resize

CFFTCreateRef Method

Create FFT object with detrend options from reference (original) channel, but no FFT process.

Namespace:  Geosoft.Desktop.GXNetX
Assembly:  geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll) Version: 2024.2.0.25
Syntax
public static CFFT CreateRef(
	CGXNETCore gxNetShared,
	CVV gvv,
	double interv,
	int trend
)

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
Remarks
This just creates an object. It is intended to be called immediately after with SetVV_FFT.
See Also