how to calculate normalised cross correlation for the signal?

 Risposta accettata

Wayne King
Wayne King il 22 Set 2011

0 voti

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

Più risposte (0)

Categorie

Scopri di più su DSP System Toolbox in Centro assistenza e File Exchange

Tag

Community Treasure Hunt

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

Start Hunting!

Translated by