Borrar filtros
Borrar filtros

How to write the autocorrelation of a sequence x(n)

5 visualizaciones (últimos 30 días)
Marwan Malaeb
Marwan Malaeb el 22 de Abr. de 2017
Comentada: Marwan Malaeb el 22 de Abr. de 2017
How to write the autocorrelation of a sequence x(n)

Respuestas (1)

Image Analyst
Image Analyst el 22 de Abr. de 2017
If you have the Signal Processing Toolbox,
r = xcorr(x, x);
  1 comentario
Marwan Malaeb
Marwan Malaeb el 22 de Abr. de 2017
this may return the correlation coefficients. I want the autocorrelation.and for a certain value to M.

Iniciar sesión para comentar.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by