Effacer les filtres
Effacer les filtres

dsp

2 vues (au cours des 30 derniers jours)
Dr G Jaffino
Dr G Jaffino le 22 Sep 2011
how to calculate normalised cross correlation for the signal?

Réponse acceptée

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

Plus de réponses (0)

Catégories

En savoir plus sur DSP System Toolbox dans Help Center et File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by