 | FloatComplex1DCorrelationCorrelate(FloatComplexVector) Method |
Computes the correlation between the stored correlation kernel, and the vector data.
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
Syntaxpublic FloatComplexVector Correlate(
FloatComplexVector data
)
Public Function Correlate (
data As FloatComplexVector
) As FloatComplexVector
public:
FloatComplexVector^ Correlate(
FloatComplexVector^ data
)
member Correlate :
data : FloatComplexVector -> FloatComplexVector Parameters
- data FloatComplexVector
- Data vector.
Return Value
FloatComplexVectorCorrelation of the kernel and data.
Exceptions| Exception | Condition |
|---|
| InvalidArgumentException |
Thrown if the input data length does not match the length of this correlation instance.
|
See Also