Click or drag to resize

CFFT2CrossCorrelationPG Method

Calculate the cross-correlation of two transform pagers: The complex conjugate of (r, i) items in the first pager are multiplied by the second pager (r, i) values.

Namespace:  Geosoft.Desktop.GXNet
Assembly:  geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll) Version: 2024.2.0.25
Syntax
public static void CrossCorrelationPG(
	CPG pg1,
	CPG pg2,
	int normalise,
	CPG pgo
)

public static void CrossCorrelationPG(
	CPG pg1,
	CPG pg2,
	int normalise,
	CPG pgo
)

Parameters

pg1
Type: GeoEngine.Core.GXNetCPG
Input pager 1
pg2
Type: GeoEngine.Core.GXNetCPG
Input pager 2
normalise
Type: SystemInt32
0 - do not normalise, 1 - result is normalised by max value
pgo
Type: GeoEngine.Core.GXNetCPG
Output pager
See Also