Click or drag to resize

CVVUNLFilt Method

Applies a non-linear filter.

Namespace:  Geosoft.Desktop.GXNet
Assembly:  geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll) Version: 2024.2.0.25
Syntax
public static void NLFilt(
	CVV vv_i,
	CVV vv_o,
	int fwid,
	double pr_ftol
)

public static void NLFilt(
	CVV vv_i,
	CVV vv_o,
	int fwid,
	double pr_ftol
)

Parameters

vv_i
Type: GeoEngine.Core.GXNetCVV
Input VV
vv_o
Type: GeoEngine.Core.GXNetCVV
Filtered VV
fwid
Type: SystemInt32
Filter Width
pr_ftol
Type: SystemDouble
Filter Tolerance, 0 for 1% of Std. Dev.
See Also