Click or drag to resize
CDUNLFilt Method
This method applies a non-linear filter to the specified line/channel and places the output in the output channel.

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(
	CDB oDB1,
	int i2,
	int i3,
	int i4,
	int i5,
	double d6
)

Parameters

oDB1
Type: GeoEngine.Core.GXNetCDB
Database
i2
Type: SystemInt32
Line handle
i3
Type: SystemInt32
Channel to filter [DB_LOCK_READONLY]
i4
Type: SystemInt32
Output filtered channel [DB_LOCK_READWRITE]
i5
Type: SystemInt32
Filter Width
d6
Type: SystemDouble
Filter Tolerance, 0 for 10% of Std. Dev.
See Also