Click or drag to resize
CVVUNLFilt Method
Applies a non-linear filter.

Available since Oasis montaj version: 5.0.0
License: Available to anyone with an Oasis Montaj license.  

Namespace: Geosoft.Desktop.GXNet
Assembly: geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll)
Syntax
public static void NLFilt(
	CVV oVV1,
	CVV oVV2,
	int i3,
	double d4
)

Parameters

oVV1
Type: GeoEngine.Core.GXNetCVV
input VV
oVV2
Type: GeoEngine.Core.GXNetCVV
filtered VV
i3
Type: SystemInt32
Filter Width
d4
Type: SystemDouble
Filter Tolerance, 0 for 1% of Std. Dev.
See Also