Click or drag to resize
CVVUBPFilt Method
Band-pass filter to the specified.

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. The wavelengths are in fiducials.
Syntax
public static void BPFilt(
	CVV oVV1,
	CVV oVV2,
	double d3,
	double d4,
	int i5
)

Parameters

oVV1
Type: GeoEngine.Core.GXNetCVV
input VV
oVV2
Type: GeoEngine.Core.GXNetCVV
filtered VV
d3
Type: SystemDouble
Short wavelength cutoff, 0 for highpass
d4
Type: SystemDouble
Long wavelength cutoff, 0 for lowpass
i5
Type: SystemInt32
Filter Length, 0 for default length
See Also