Click or drag to resize
CFFTBWorth Method
Butterworth filter

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)
Syntax
public void BWorth(
	double d1,
	double d2,
	int i3
)

Parameters

d1
Type: SystemDouble
Central cutoff wavelength (meter)
d2
Type: SystemDouble
Degree of the filter function (default = 8.0)
i3
Type: SystemInt32
Filter type: 1= Low-pass (regional) filter (default) 0= High-pass (residual) filter
See Also