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

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

Namespace: Geosoft.Desktop.GXNetX
Assembly: geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll)
Syntax
public void BandPass(
	double llen,
	double hlen,
	int pass_defined
)

Parameters

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