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

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)
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(
	CGXNETCore gxNetShared,
	CVV vv_i,
	CVV vv_o,
	double pr_sw,
	double pr_lw,
	int flen
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
vv_i
Type: GeoEngine.Core.GXNetXCVV
Input VV
vv_o
Type: GeoEngine.Core.GXNetXCVV
Filtered VV
pr_sw
Type: SystemDouble
Short wavelength cutoff, 0 for highpass
pr_lw
Type: SystemDouble
Long wavelength cutoff, 0 for lowpass
flen
Type: SystemInt32
Filter Length, 0 for default length
See Also