Respuesta aceptada

Wayne King
Wayne King el 22 de Sept. de 2011

0 votos

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 Centro de ayuda y File Exchange.

Etiquetas

Preguntada:

el 22 de Sept. de 2011

Community Treasure Hunt

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

Start Hunting!

Translated by