Click or drag to resize

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
Syntax
public 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
)

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