Click or drag to resize

DoubleComplex1DCorrelation Methods

The DoubleComplex1DCorrelation type exposes the following members.

Methods
 NameDescription
Public methodClone Creates a deep copy of this correlation instance.
Public methodCorrelate(DoubleComplex) Computes the correlation between the stored correlation kernel, and the vector data.
Public methodCorrelate(DoubleComplexVector) Computes the correlation between the stored correlation kernel, and the vector data.
Public methodCorrelate(DoubleComplex, DoubleComplex) Computes the correlation between the stored correlation kernel, and the vector data.
Public methodCorrelate(DoubleComplexVector, DoubleComplexVector) Computes the correlation between the stored correlation kernel, and the vector data.
Public methodDispose Clean up resources.
(Inherited from CorrelationBase)
Protected methodFinalize Provides non-deterministic destruction of underlying unmanaged resources.
(Inherited from CorrelationBase)
Public methodTrimCorrelation(DoubleComplexVector, CorrelationBaseWindowing) Creates a clipped view into the correlation. This does not create a copy of the input correlation.
Protected methodTrimCorrelationT(T, CorrelationBaseWindowing) Creates a windowed view into the correlation. This does not create a copy of the input correlation.
(Inherited from CorrelationBase)
Top
See Also