Filter löschen
Filter löschen

dsp

2 Ansichten (letzte 30 Tage)
Dr G Jaffino
Dr G Jaffino am 22 Sep. 2011
how to calculate normalised cross correlation for the signal?

Akzeptierte Antwort

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

Weitere Antworten (0)

Kategorien

Mehr zu DSP System Toolbox finden Sie in Help Center und File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by