Add xcorr function.

This commit is contained in:
sunwen
2023-05-18 11:42:48 +08:00
parent 88e1052992
commit a1e359231e
2 changed files with 36 additions and 0 deletions

View File

@@ -80,6 +80,8 @@ namespace Aurora {
Matrix intersect(const Matrix& aMatrix1, const Matrix& aMatrix2);
Matrix reshape(const Matrix& aMatrix, int aRows, int aColumns, int aSlices);
Matrix xcorr(const Matrix& aMatrix1, const Matrix& aMatrix2);
/**
* 并集
* @param aIa, [C,ia,~] = intersect(A,B)用法中ia的返回值