Design
match.txt
Associated article: Cross-Correlation and Matched Filters
Tags: Design
Published source code accompanying the
Cross-Correlation and Match Filters
by Shehrzad Qureshi
Listing One
#include "ipp.h"
bool xcorr(Ipp32f *x, int nx, // x[n]
Ipp32f *y, int ny, // y[n]
Ipp32f **r, int *nr, // rxy
int *startLag) // 1st lag ...


