0
votes
1answer
234 views

MATLAB's implementation of cross correlation

Wikipedia gives the cross-correlation as $$ \begin{align*} (f \star g)[n] = \sum^{\infty}_{m = -\infty} f^{*}[m] g[n+m] \end{align*} $$ MATLAB's documentation gives ...
-1
votes
1answer
825 views

Cross correlation in MATLAB HELP

I have values from two sensors stored in two vectors A and B. They both represent values of the sensors at times TA and TB which is stored in two other vectors(since it is not uniform sampling) Both A ...