expression for autocorrelation using 'xcorr' with 'coeff' in MATLAB ?

Can someone tell me what is the expression used in MATLAB for finding autocorrelation using xcorr with 'coeff' ? I would like to know this for interpreting the results.

Answers (1)

You should be able to type
edit xcorr
to open the file and trace through the formula it uses.
Also the documentation for xcorr cites this reference:
[1] Orfanidis, S. J. Optimum Signal Processing: An Introduction. 2nd Edition. Englewood Cliffs, NJ: Prentice Hall, 1996.

This question is closed.

Asked:

on 9 Sep 2014

Closed:

on 20 Aug 2021

Community Treasure Hunt

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

Start Hunting!