Misplaced Pages

Autocorrelation matrix

Article snapshot taken from Wikipedia with creative commons attribution-sharealike license. Give it a read and then ask your questions in the chat. We can research this topic together.

This is an old revision of this page, as edited by Pavon (talk | contribs) at 19:34, 29 August 2010. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

Revision as of 19:34, 29 August 2010 by Pavon (talk | contribs)(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

The autocorrelation matrix is used in various digital signal processing algorithms. It consists of elements of the discrete autocorrelation function, R x x ( j ) {\displaystyle R_{xx}(j)} arranged in the following manner:

R x = [ R x x ( 0 ) R x x ( 1 ) R x x ( 2 ) R x x ( N 1 ) R x x ( 1 ) R x x ( 0 ) R x x ( 1 ) R x x ( N 2 ) R x x ( 2 ) R x x ( 1 ) R x x ( 0 ) R x x ( N 3 ) R x x ( N 1 ) R x x ( N 2 ) R x x ( N 3 ) R x x ( 0 ) ] {\displaystyle \mathbf {R_{x}} ={\begin{bmatrix}R_{xx}(0)&R_{xx}(1)&R_{xx}(2)&\cdots &R_{xx}(N-1)\\R_{xx}(1)&R_{xx}(0)&R_{xx}(1)&\cdots &R_{xx}(N-2)\\R_{xx}(2)&R_{xx}(1)&R_{xx}(0)&\cdots &R_{xx}(N-3)\\\vdots &\vdots &\vdots &\ddots &\vdots \\R_{xx}(N-1)&R_{xx}(N-2)&R_{xx}(N-3)&\cdots &R_{xx}(0)\\\end{bmatrix}}}

This is clearly a Toeplitz matrix. More specifically because R x x ( j ) = R x x ( j ) = R x x ( N j ) {\displaystyle R_{xx}(j)=R_{xx}(\!-j)=R_{xx}(N-j)} , it is a circulant matrix.

References

  • Hayes, Monson H., Statistical Digital Signal Processing and Modeling, John Wiley & Sons, Inc., 1996. ISBN 0-471-59431-8.