Mean and Autocorrelation Functions
Mean and Autocorrelation Functions
+1
t
0 x1 x2 x3 x4 x5
−1
• For a random vector X the first and second order moments are
◦ mean µ = E(X)
◦ correlation matrix RX = E(XXT )
• For a random process X(t) the first and second order moments are
◦ mean function: µX (t) = E(X(t)) for t ∈ T
! "
◦ autocorrelation function: RX (t1, t2) = E X(t1)X(t2) for t1, t2 ∈ T
• The autocovariance function of a random process is defined as
#! "! "$
CX (t1, t2) = E X(t1) − E(X(t1)) X(t2) − E(X(t2))
The autocovariance function can be expressed using the mean and
autocorrelation functions as
CX (t1, t2) = RX (t1, t2) − µX (t1)µX (t2)
• IID process:
µX (n) = E(X1) %
E(X12) n1 = n2
RX (n1, n2) = E(Xn1 Xn2 ) =
(E(X1))2 n1 ̸= n2
• Random phase signal process:
& 2π
α
µX (t) = E(α cos(ωt + Θ)) = cos(ωt + θ) dθ = 0
0 2π
! "
RX (t1, t2) = E X(t1)X(t2)
& 2π 2
α
= cos(ωt1 + θ) cos(ωt2 + θ) dθ
0 2π
2π
α2 #
&
$
= cos(ω(t1 + t2) + 2θ) + cos(ω(t1 − t2)) dθ
0 4π
α2
= cos(ω(t1 − t2))
2
• Random walk:
n
'( ) n
(
µX (n) = E Zi = 0 = 0
i=1 i=1
• Poisson process:
µN (t) = λt
RN (t1, t2) = E(N (t1)N (t2))
= E [N (t1)(N (t2) − N (t1) + N (t1))]
= λt1 × λ(t2 − t1) + λt1 + λ2 t21 = λt1 + λ2t1t2 assuming t2 ≥ t1
= λ min{t1, t2} + λ2t1t2
Gauss-Markov Process
Thus
RX (n1, n2) = E(Xn1 Xn2 ) = αn2−n1 E(Xn21 ) + 0 ,
since Xn1 and Zn2−i are independent, zero mean for 0 ≤ i ≤ n2 − n1 − 1
Next, to find E(Xn21 ), consider
E(X12) = N
E(Xn21 ) = E (αXn1−1 + Zn1 )2 = α2 E(Xn21−1 ) + N
# $
Thus
1 − α2n1
E(Xn21 ) = N
1 − α2
1 − α2 min{n1,n2}
RX (n1, n2) = α|n2−n1| N
1 − α2
• Estimation of Gauss-Markov process: Suppose we observe a noisy version of the
Gauss-Markov process,
Yn = X n + W n ,
where Wn is a WGN process independent of Zn with average power Q
We can use the Kalman filter from Lecture Notes 4 to estimate Xi+1 from Y i
as follows:
Initialization:
X̂1|0 = 0
2
σ1|0 =N
Substituting from the ki equation into the MSE update equation, we obtain
2
α2Qσi|i−1
2
σi+1|i = 2 + N,
σi|i−1 +Q
This is a Riccati recursion (a quadratic recursion in the MSE) and has a steady
state solution:
α2Qσ 2
σ2 = 2 +N
σ +Q
Solving this quadratic equation, we obtain
0
2 N − (1 − α2)Q + 4N Q + (N − (1 − α2)Q)2
σ =
2