A signals’ self similarity, . See Crosscorrelation An autocorrelation of 1 means that the signals are identical, 0 means that they are completely different.

^fc34ea Or alternatively, if we have stochastic variables

Where is the lag. is often denoted as in digital signal processing.

Properties

  • Energy of a sequence
  • Autocorrelation is maximum at ,

  • If it is even We only compute for

  • We care about a signals’ normalized autocorrelation because: ?

  • Given

Where $R$ is attenuation, and D is delay

Then

And the reverse filter we use to get is Which means that both the poles and the zeroes of H(z) needs to be within the unit circle in order to be stable (Since the zeroes of are the poles of )

Examples

Examples 2, lecture 8

Given

Estimate R and D using the autocorrelation of y

Solution

Finding

r_{yy}[l] &= \sum_{n=-\infty}^{\infty}y[n]y[n-l] \\ r_{yy}[l] &= \sum_{n}(x[n]+Rx[n-D])*(x[n-l] + Rx[n-D-l]) \\ r_{yy}[l] &= r_{xx}[l] + Rr_{xx}[D+l] + Rr_{xx}[l-D] + R²r_{xx}[l] \\ r_{yy}[l] &= (1+R²)r_{xx}[l] + Rr_{xx}[l+D] + Rr_{xx}[l-D] \end{align}

Which will give us peaks at , and