I want to find a cross correlation between to signals both with size 1000. When I use the Matlab function xcorr() I get a vector back with length 1999. What does this length mean? Does it mean that the delay is from 0 to 1999 or something else?
Thank you very much.
1999
comes fromlength(x)+length(y)-1
– Rashid