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