 | CFFT.BWorth Method |
Butterworth filter
Namespace:
Geosoft.Desktop.GXNetX
Assembly:
geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic void BWorth(
double clen,
double degree,
int filter_type
)
public void BWorth(
double clen,
double degree,
int filter_type
)
Public Sub BWorth (
clen As Double,
degree As Double,
filter_type As Integer
)
Public Sub BWorth (
clen As Double,
degree As Double,
filter_type As Integer
)
public:
void BWorth(
double clen,
double degree,
int filter_type
)
public:
void BWorth(
double clen,
double degree,
int filter_type
)
member BWorth :
clen : float *
degree : float *
filter_type : int -> unit
member BWorth :
clen : float *
degree : float *
filter_type : int -> unit
Parameters
- clen
- Type: System.Double
Central cutoff wavelength (meter) - degree
- Type: System.Double
Degree of the filter function (default = 8.0) - filter_type
- Type: System.Int32
Filter type: 1= Low-pass (regional) filter (default) 0= High-pass (residual) filter
See Also