cross correlation between two different sections of two vectors.

1 回表示 (過去 30 日間)
Habtamu Tesfaw
Habtamu Tesfaw 2019 年 3 月 17 日
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.

回答 (0 件)

カテゴリ

Help Center および File ExchangeCorrelation and Convolution についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by