Click or drag to resize

CFFTBandPass Method

Bandpass filter (using low and high wavelength cutoffs)

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

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