File failed to load: https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.1/extensions/TeX/amsfonts.js

3F3 Statistical Signal Processing Tripos Revision

Posted by Jingbiao on April 10, 2021, Reading time: 2 minutes.

Full notes can be viewed over here: rendered version and LaTex Source Code

Markov Chain


  • Proof of Markov Property: Proving that: P(Xn+1|Xn,Xn1,,X1)=P(Xn+1|Xn)
  • Proof of 2-Step Markov Chain: P(Xn|Xn2)

Characteristic Function

  • Relation with Fourier Transform: Replace t with f
  • Important results with n’th order derivative

Random Process

  • SSS vs WSS:
    • For SSS(Strict Sense Stationary): The probability distribution does not change over time.

    • For WSS: The mean of xn is constant, independent on time. The autocorrelation only depends on the time difference.

    • SSS requires any two section of the process to be exactly the same, WSS only requires first and second order statistics to be the same. SSS is too strong for most real world application, therefore WSS is used for most applications.

  • Zero Mean White Noise
    • Zero Mean E[ϵ]=0

    • rXX[m]=σ2δ(m) The autocorrelation function is a delta function, means uncorrelated if m0

    • Power spectra is also σ2X

  • Non-zero mean white noise:
    • Autocovariance: E[(Wnμ)(Wn+mμ)]=σ2δ(m)
      which is the autocorrelation function of the zero mean noise
    • Autocorrelation function: Rw(m)=σ2δ(m)+μ2
      which is the acf of the zero mean plus the mean squared
    • Power Spectrum: Sw(f)=σ2+μ2δ(0)
      which is the power spectrum of the zero mean case plus the mean square at zero frequency (can be seen as DC offset)
  • Remember that the mean-square value for a process is just the autocorrelation at τ=0

Random Process with LTI system

  • Valid for both continuous and discrete time process

  • Define input and output for the LTI system with WSS processes:

y(t)=h(t)x(t)=h(β)x(tβ)dβ

this is the continuos domain convolution

  • PSD relating input and output:

SY(ω)=SX(ω)|H(ω)|2

H(ω) is the fourier domain transfer function

  • Relating PSD and autocorrelation function:

rYY[τ]=12πSY(ω)ejωτdω

rYY[0]=12πSY(ω)dω

The autocorrelation is the Inverse fourier transform of the PSD

  • Cross Correlation: rXY[t1,t2]=E[X(t1)Y(t2)]=E[X(t1)h(β)X(t2β)dβ]=h(β)rXX(t1,t2β)dβ=h(τ)rXX(τ)
    where τ=t2t1

Estimation

  • Bias of the estimator $\hat{\theta}: \( E[\hat{\theta}] - \hat{\theta} \)
  • Variance of estimator \ahtθ: E[(θE[θ])2]


App ready for offline use.