 | CGUDespikeEMArray Method |
Despike a time-series with individual noise levels
Namespace:
Geosoft.Desktop.GXNet
Assembly:
geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll) Version: 2024.2.0.25
Syntaxpublic static void DespikeEMArray(
CVV vv_in,
CVV vv_noise,
CVV vv_out,
ref int num_removed
)
public static void DespikeEMArray(
CVV vv_in,
CVV vv_noise,
CVV vv_out,
ref int num_removed
)
Public Shared Sub DespikeEMArray (
vv_in As CVV,
vv_noise As CVV,
vv_out As CVV,
ByRef num_removed As Integer
)
Public Shared Sub DespikeEMArray (
vv_in As CVV,
vv_noise As CVV,
vv_out As CVV,
ByRef num_removed As Integer
)
public:
static void DespikeEMArray(
CVV^ vv_in,
CVV^ vv_noise,
CVV^ vv_out,
int% num_removed
)
public:
static void DespikeEMArray(
CVV^ vv_in,
CVV^ vv_noise,
CVV^ vv_out,
int% num_removed
)
static member DespikeEMArray :
vv_in : CVV *
vv_noise : CVV *
vv_out : CVV *
num_removed : int byref -> unit
static member DespikeEMArray :
vv_in : CVV *
vv_noise : CVV *
vv_out : CVV *
num_removed : int byref -> unit
Parameters
- vv_in
- Type: GeoEngine.Core.GXNetCVV
VV input time series) - vv_noise
- Type: GeoEngine.Core.GXNetCVV
VV individual noise values) - vv_out
- Type: GeoEngine.Core.GXNetCVV
VV despiked output time series - num_removed
- Type: SystemInt32
Number of spikes removed - returned
Remarks
Remove spikes from a single EM time-series decay curve. Each point has its own noise level.
The algorithm is to be determined.
See Also