Click or drag to resize

FloatComplex1DCorrelationTrimConvolution Method

Creates a clipped view into the correlation. This does not create a copy of the input correlation.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public FloatComplexVector TrimConvolution(
	FloatComplexVector z,
	CorrelationBaseWindowing opt
)

Parameters

z  FloatComplexVector
A correlation result.
opt  CorrelationBaseWindowing
Boundary clipping option.

Return Value

FloatComplexVector
A windowed view on the correlation.
See Also