フィルターのクリア

dsp

2 ビュー (過去 30 日間)
Dr G Jaffino
Dr G Jaffino 2011 年 9 月 22 日
how to calculate normalised cross correlation for the signal?

採用された回答

Wayne King
Wayne King 2011 年 9 月 22 日
xcorr() with the 'coeff' option.
x = randn(1000,1);
y = randn(1000,1);
[C,lags] = xcorr(x,y,20,'coeff');

その他の回答 (0 件)

カテゴリ

Help Center および 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