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

6 views (last 30 days)
How to write the autocorrelation of a sequence x(n)

Answers (1)

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

Sign in to comment.

Community Treasure Hunt

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

Start Hunting!