I need do the cross correlation between two signals in c++ application. I use some libraries but result are differents of xcorr matlab function. Also I read something about that I can convert matlab code to c or c++ code but I don't know how.
So, how can i do to convert only xcorr to c++ code and use in my program? or Do you know some good implementation of cross correlation in c++?
Thanks
xcorr
: stackoverflow.com/a/3950552 – Amro