Borrar filtros
Borrar filtros

dsp

2 visualizaciones (últimos 30 días)
Dr G Jaffino
Dr G Jaffino el 22 de Sept. de 2011
how to calculate normalised cross correlation for the signal?

Respuesta aceptada

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

Más respuestas (0)

Categorías

Más información sobre DSP System Toolbox en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by