Click or drag to resize
CDUBPFilt Method
This method applies a band-pass 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)
Notes
If the short and long wavelengths are <= 0, the input channel is simply copied to the output channel without filtering.
Syntax
public static void BPFilt(
	CDB oDB1,
	int i2,
	int i3,
	int i4,
	double d5,
	double d6,
	int i7
)

Parameters

oDB1
Type: GeoEngine.Core.GXNetCDB
Database
i2
Type: SystemInt32
Line handle
i3
Type: SystemInt32
Input channel to filter [DB_LOCK_READONLY]
i4
Type: SystemInt32
Output filtered channel [DB_LOCK_READWRITE]
d5
Type: SystemDouble
Short wavelength cutoff, 0 for highpass
d6
Type: SystemDouble
Long wavelength cutoff, 0 for lowpass
i7
Type: SystemInt32
Filter Length, 0 for default length
See Also