Revision as of 02:10, 3 September 2010 editPichpich (talk | contribs)Autopatrolled, Extended confirmed users, New page reviewers, Pending changes reviewers, Rollbackers88,634 edits cat← Previous edit | Revision as of 23:33, 5 September 2010 edit undoPavon (talk | contribs)80 editsNo edit summaryNext edit → | ||
Line 1: | Line 1: | ||
The '''autocorrelation matrix''' is used in various digital signal processing algorithms. It consists of elements of the discrete ] function, <math>R_{xx}(j)</math> arranged in the following manner: | The '''autocorrelation matrix''' is used in various digital signal processing algorithms. It consists of elements of the discrete ] function, <math>R_{xx}(j)</math> arranged in the following manner: | ||
:<math>\mathbf{ |
:<math>\mathbf{R}_x = E = \begin{bmatrix} | ||
R_{xx}(0) & |
R_{xx}(0) & R^*_{xx}(1) & R^*_{xx}(2) & \cdots & R^*_{xx}(N-1) \\ | ||
R_{xx}(1) & R_{xx}(0) & |
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}(2) & R_{xx}(1) & R_{xx}(0) & \cdots & R^*_{xx}(N-3) \\ | ||
\vdots & \vdots & \vdots & \ddots & \vdots \\ | \vdots & \vdots & \vdots & \ddots & \vdots \\ | ||
R_{xx}(N-1) & R_{xx}(N-2) & R_{xx}(N-3) & \cdots & R_{xx}(0) \\ | R_{xx}(N-1) & R_{xx}(N-2) & R_{xx}(N-3) & \cdots & R_{xx}(0) \\ | ||
\end{bmatrix} | \end{bmatrix} | ||
</math> | </math> | ||
This is clearly a ]. |
This is clearly a ] and a ]. Furthermore, if <math>\mathbf{x}</math> is a real valued function, then it is a ] since <math>R_{xx}(j) = R_{xx}(\!-j) = R_{xx}(N-j)</math>. Finally if <math>\mathbf{x}</math> is ] then it's autocorrelation matrix will be ]. | ||
The ''autocovariance matrix'' is related to the autocorrelation matrix as follows: | |||
:<math>\begin{align} | |||
\mathbf{C}_x &= E\\ | |||
&= \mathbf{R}_x - \mathbf{m}_x\mathbf{m}_x^H\\ | |||
\end{align} | |||
</math> | |||
Where <math>\mathbf{m}_x</math> is a vector giving the mean of signal <math>\mathbf{x}</math> at each index of time. | |||
== References == | == References == |
Revision as of 23:33, 5 September 2010
The autocorrelation matrix is used in various digital signal processing algorithms. It consists of elements of the discrete autocorrelation function, arranged in the following manner:
This is clearly a Hermitian matrix and a Toeplitz matrix. Furthermore, if is a real valued function, then it is a circulant matrix since . Finally if is wide-sense stationary then it's autocorrelation matrix will be nonnegative definite.
The autocovariance matrix is related to the autocorrelation matrix as follows:
Where is a vector giving the mean of signal at each index of time.
References
- Hayes, Monson H., Statistical Digital Signal Processing and Modeling, John Wiley & Sons, Inc., 1996. ISBN 0-471-59431-8.