XcorrCpu.txt 508 B

12345
  1. XcorrCpu_EXPORT bool XcorrCpuFile(double* res, int& resCount, const char* f1, const char* f2, int smplCount, double samplingRate
  2. , double dtCenter, double dtRange, double dfRange, double filterDt, double filterDf, double snrThreshold, int threadCount);
  3. XcorrCpu_EXPORT bool XcorrCpuArray(double* res, int& resCount, short * buf1, short* buf2, int smplCount, double samplingRate
  4. , double dtCenter, double dtRange, double dfRange, double filterDt, double filterDf, double snrThreshold, int threadCount);