Searched refs:sigX (Results 1 – 1 of 1) sorted by relevance
35 static std::pair<std::vector<int>, std::vector<float>> correlation(const int16_t* sigX, in correlation() argument46 corrVal += (float)(sigX[j] * sigY[j - i]); in correlation()