how to calculate normalised cross correlation for the signal?

 採用された回答

Wayne King
Wayne King 2011 年 9 月 22 日

0 投票

xcorr() with the 'coeff' option.
x = randn(1000,1);
y = randn(1000,1);
[C,lags] = xcorr(x,y,20,'coeff');

その他の回答 (0 件)

カテゴリ

ヘルプ センター および File ExchangeDSP System Toolbox についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by