Effacer les filtres
Effacer les filtres

cross correlation between two different sections of two vectors.

1 vue (au cours des 30 derniers jours)
Habtamu Tesfaw
Habtamu Tesfaw le 17 Mar 2019
Given two vectors A and B of equal length.
first i determined the value of the lag at which the cross correlation between A(1:100) and B(1:100) can be maximum in the ff way.
[r, lags]=xcorr(A(1:100),B(1:100))
[r_max,idx]=max(r)
lag_max=lags(idx)
is there any possibility that the value of lag_max to be different when we do the same for A(1:200) and B(1:200)? I get a little bit different value in my case, but I can't figure out the physical resean.

Réponses (0)

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by