How do you find the cross-correlation of two sequences?
How do you find the cross-correlation of two sequences? r = xcorr( x , y ) returns the cross-correlation of two discrete-time sequences. Cross-correlation measures the similarity between a vector x and shifted (lagged) copies of a vector y as a function of the lag. What is cross-correlation? Cross-correlation is Read more…