Misplaced Pages

Autocorrelation matrix: Difference between revisions

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.
Browse history interactively← Previous editNext edit →Content deleted Content addedVisualWikitext
Revision as of 21:34, 27 November 2018 edit46.193.16.24 (talk)No edit summary← Previous edit Revision as of 23:43, 24 December 2018 edit undoFvultier (talk | contribs)Extended confirmed users1,158 edits Correcting nonsense article.Next edit →
Line 1: Line 1:
{{context|date=July 2018}} {{context|date=July 2018}}
{{technical|date=July 2018}} {{technical|date=July 2018}}
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''' of a ] <math>\mathbf{X} = (X_1,\ldots,X_n)^{\rm T}</math> is a <math>n \times n</math> matrix containing as elements the correlations of all pairs of elements of the random vector <math>\mathbf{X}</math>. The autocorrelation matrixis used in various digital signal processing algorithms.
:<math>\mathbf{R}_x = E = \begin{bmatrix}

R_{xx}(0) & R^*_{xx}(1) & R^*_{xx}(2) & \cdots & R^*_{xx}(N-1) \\
==Definition==
R_{xx}(1) & R_{xx}(0) & R^*_{xx}(1) & \cdots & R^*_{xx}(N-2) \\
For a ] <math>\mathbf{X} = (X_1,\ldots,X_n)^{\rm T}</math> containing ]s whose ] and ] exist, the '''auto-correlation matrix''' is defined by
R_{xx}(2) & R_{xx}(1) & R_{xx}(0) & \cdots & R^*_{xx}(N-3) \\

\vdots & \vdots & \vdots & \ddots & \vdots \\
{{Equation box 1
R_{xx}(N-1) & R_{xx}(N-2) & R_{xx}(N-3) & \cdots & R_{xx}(0) \\
|indent =
|title=
|equation = {{NumBlk||<math>\operatorname{R}_{\mathbf{X}\mathbf{X}} \triangleq\ \operatorname{E}</math>|{{EquationRef|Eq.1}}}}
|cellpadding= 6
|border
|border colour = #0073CF
|background colour=#F5FFFA}}

where <math>{}^{\rm T}</math> denotes transposition and has dimensions <math>n \times n</math>.

Written component-wise:

:<math>\operatorname{R}_{\mathbf{X}\mathbf{X}} =
\begin{bmatrix}
\operatorname{E} & \operatorname{E} & \cdots & \operatorname{E} \\ \\
\operatorname{E} & \operatorname{E} & \cdots & \operatorname{E} \\ \\
\vdots & \vdots & \ddots & \vdots \\ \\
\operatorname{E} & \operatorname{E} & \cdots & \operatorname{E} \\ \\
\end{bmatrix} \end{bmatrix}
</math> </math>
This is a ] and a ]. If <math>\mathbf{x}</math> is real and ] then its autocorrelation matrix will be ].


The ''autocovariance matrix'' is related to the autocorrelation matrix as follows: If <math>\mathbf{Z}</math> is a ], the autocorrelation matrix is instead defined by


:<math>\operatorname{R}_{\mathbf{Z}\mathbf{Z}} \triangleq\ \operatorname{E}</math>.
:<math>

\mathbf{C}_x = \operatorname{E}
Here <math>{}^{\rm H}</math> denotes ].
=

\mathbf{R}_x - \mathbf{m}_x\mathbf{m}_x^H
==Example==
</math>
Where <math>\mathbf{m}_x</math> is a vector giving the mean of signal <math>\mathbf{x}</math> at each index of time. For example, if <math>\mathbf{X} = \left( X_1,X_2,X_3 \right)^{\rm T}</math> is a random vectors, then <math>\operatorname{R}_{\mathbf{X}\mathbf{X}}</math> is a <math>3 \times 3</math> matrix whose <math>(i,j)</math>-th entry is <math>\operatorname{E}</math>.

==Properties==
* The autocorrelation matrix is a ].
* The autocorrelation matrix is a ].
* The ''autocovariance matrix'' is related to the autocorrelation matrix as follows:
:<math>\operatorname{K}_{\mathbf{X}\mathbf{X}} = \operatorname{E})(\mathbf{X} - \operatorname{E})^{\rm T}] = \operatorname{R}_{\mathbf{X}\mathbf{X}} - \operatorname{E} \operatorname{E}^{\rm T}</math>
: Respectively for complex random vectors:
:<math>\operatorname{K}_{\mathbf{Z}\mathbf{Z}} = \operatorname{E})(\mathbf{Z} - \operatorname{E})^{\rm H}] = \operatorname{R}_{\mathbf{Z}\mathbf{Z}} - \operatorname{E} \operatorname{E}^{\rm H}</math>


== References == == References ==

Revision as of 23:43, 24 December 2018

This article provides insufficient context for those unfamiliar with the subject. Please help improve the article by providing more context for the reader. (July 2018) (Learn how and when to remove this message)
This article may be too technical for most readers to understand. Please help improve it to make it understandable to non-experts, without removing the technical details. (July 2018) (Learn how and when to remove this message)

The autocorrelation matrix of a random vector X = ( X 1 , , X n ) T {\displaystyle \mathbf {X} =(X_{1},\ldots ,X_{n})^{\rm {T}}} is a n × n {\displaystyle n\times n} matrix containing as elements the correlations of all pairs of elements of the random vector X {\displaystyle \mathbf {X} } . The autocorrelation matrixis used in various digital signal processing algorithms.

Definition

For a random vector X = ( X 1 , , X n ) T {\displaystyle \mathbf {X} =(X_{1},\ldots ,X_{n})^{\rm {T}}} containing random elements whose expected value and variance exist, the auto-correlation matrix is defined by

R X X   E [ X X T ] {\displaystyle \operatorname {R} _{\mathbf {X} \mathbf {X} }\triangleq \ \operatorname {E} } Eq.1

where T {\displaystyle {}^{\rm {T}}} denotes transposition and has dimensions n × n {\displaystyle n\times n} .

Written component-wise:

R X X = [ E [ X 1 X 1 ] E [ X 1 X 2 ] E [ X 1 X n ] E [ X 2 X 1 ] E [ X 2 X 2 ] E [ X 2 X n ] E [ X n X 1 ] E [ X n X 2 ] E [ X n X n ] ] {\displaystyle \operatorname {R} _{\mathbf {X} \mathbf {X} }={\begin{bmatrix}\operatorname {E} &\operatorname {E} &\cdots &\operatorname {E} \\\\\operatorname {E} &\operatorname {E} &\cdots &\operatorname {E} \\\\\vdots &\vdots &\ddots &\vdots \\\\\operatorname {E} &\operatorname {E} &\cdots &\operatorname {E} \\\\\end{bmatrix}}}

If Z {\displaystyle \mathbf {Z} } is a complex random vector, the autocorrelation matrix is instead defined by

R Z Z   E [ Z Z H ] {\displaystyle \operatorname {R} _{\mathbf {Z} \mathbf {Z} }\triangleq \ \operatorname {E} } .

Here H {\displaystyle {}^{\rm {H}}} denotes Hermitian transposition.

Example

For example, if X = ( X 1 , X 2 , X 3 ) T {\displaystyle \mathbf {X} =\left(X_{1},X_{2},X_{3}\right)^{\rm {T}}} is a random vectors, then R X X {\displaystyle \operatorname {R} _{\mathbf {X} \mathbf {X} }} is a 3 × 3 {\displaystyle 3\times 3} matrix whose ( i , j ) {\displaystyle (i,j)} -th entry is E [ X i X j ] {\displaystyle \operatorname {E} } .

Properties

  • The autocorrelation matrix is a Hermitian matrix.
  • The autocorrelation matrix is a Toeplitz matrix.
  • The autocovariance matrix is related to the autocorrelation matrix as follows:
K X X = E [ ( X E [ X ] ) ( X E [ X ] ) T ] = R X X E [ X ] E [ X ] T {\displaystyle \operatorname {K} _{\mathbf {X} \mathbf {X} }=\operatorname {E} )(\mathbf {X} -\operatorname {E} )^{\rm {T}}]=\operatorname {R} _{\mathbf {X} \mathbf {X} }-\operatorname {E} \operatorname {E} ^{\rm {T}}}
Respectively for complex random vectors:
K Z Z = E [ ( Z E [ Z ] ) ( Z E [ Z ] ) H ] = R Z Z E [ Z ] E [ Z ] H {\displaystyle \operatorname {K} _{\mathbf {Z} \mathbf {Z} }=\operatorname {E} )(\mathbf {Z} -\operatorname {E} )^{\rm {H}}]=\operatorname {R} _{\mathbf {Z} \mathbf {Z} }-\operatorname {E} \operatorname {E} ^{\rm {H}}}

References

Categories: