Click or drag to resize

CVVUBPFilt Method

Band-pass filter to the specified.

Namespace:  Geosoft.Desktop.GXNet
Assembly:  geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll) Version: 2024.2.0.25
Syntax
public static void BPFilt(
	CVV vv_i,
	CVV vv_o,
	double pr_sw,
	double pr_lw,
	int flen
)

public static void BPFilt(
	CVV vv_i,
	CVV vv_o,
	double pr_sw,
	double pr_lw,
	int flen
)

Parameters

vv_i
Type: GeoEngine.Core.GXNetCVV
Input VV
vv_o
Type: GeoEngine.Core.GXNetCVV
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
Remarks
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.
See Also