Click or drag to resize

CFFTCreate Method

Create a New FFT with detrend options.

Namespace:  Geosoft.Desktop.GXNet
Assembly:  geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll) Version: 2024.2.0.25
Syntax
public static CFFT Create(
	CVV gvv,
	double interv,
	int trend
)

public static CFFT Create(
	CVV gvv,
	double interv,
	int trend
)

Parameters

gvv
Type: GeoEngine.Core.GXNetCVV
VV to transform.
interv
Type: SystemDouble
Element space interval
trend
Type: SystemInt32
<define>FFT_DETREND</define>

Return Value

Type: CFFT
FFT Object
Remarks
The detrending options control the removal of a trend from the data before the FFT is applied. The default data expansion is 10% before FFT.
See Also