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
License: Available to anyone with an Oasis Montaj license.  

Namespace: Geosoft.Desktop.GXNetX
Assembly: geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll)
Syntax
public static void NLFilt(
	CGXNETCore gxNetShared,
	CDB db,
	int line,
	int i_ch,
	int o_ch,
	int width,
	double tol
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
db
Type: GeoEngine.Core.GXNetXCDB
Database
line
Type: SystemInt32
Line handle
i_ch
Type: SystemInt32
Channel to filter [<define>DB_LOCK_READONLY</define>]
o_ch
Type: SystemInt32
Output filtered channel [<define>DB_LOCK_READWRITE</define>]
width
Type: SystemInt32
Filter Width
tol
Type: SystemDouble
Filter Tolerance, 0 for 10% of Std. Dev.
See Also