Click or drag to resize
CFFTBandPass Method
Bandpass filter (using low and high wavelength cutoffs)

Available since Oasis montaj version: 5.0.0
License: Available to specially licensed modules.  

Namespace: Geosoft.Desktop.GXNet
Assembly: geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll)
Syntax
public void BandPass(
	double d1,
	double d2,
	int i3
)

Parameters

d1
Type: SystemDouble
Low Cutoff wavelength (meters)
d2
Type: SystemDouble
High Cutoff wavelength (meter)
i3
Type: SystemInt32
1= Pass the defined band (default); 0= Reject the band
See Also