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.GXNetX
Assembly:  geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll) Version: 2025.1.0.25
Syntax
public static void CrossCorrelationPG(
	CGXNETCore gxNetShared,
	CPG pg1,
	CPG pg2,
	int normalise,
	CPG pgo
)

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

Parameters

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