Azzera filtri
Azzera filtri

dsp

2 visualizzazioni (ultimi 30 giorni)
Dr G Jaffino
Dr G Jaffino il 22 Set 2011
how to calculate normalised cross correlation for the signal?

Risposta accettata

Wayne King
Wayne King il 22 Set 2011
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 Help Center 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