Notice: The peak of the function =1 (its an autocorrelation)

4
2 2 * y x y x xy Notice: 1) The peak of the function =1 (its an autocorrelation) 2) The triangular shape is a result of zero padding 3) The secondary peaks mean the signal has some repetition tocorrelation calculated by:

description

Autocorrelation calculated by :. Notice: The peak of the function =1 (its an autocorrelation) The triangular shape is a result of zero padding The secondary peaks mean the signal has some repetition. retinal ganglion cell responses to a fluctuating light stimulus. - PowerPoint PPT Presentation

Transcript of Notice: The peak of the function =1 (its an autocorrelation)

Page 1: Notice: The peak of the function =1      (its an autocorrelation)

22 * yx

yxxy

Notice:1) The peak of the function =1 (its an autocorrelation)2) The triangular shape is a

result of zero padding3) The secondary peaks

mean the signal has some repetition

Autocorrelation calculated by:

Page 2: Notice: The peak of the function =1      (its an autocorrelation)

retinal ganglion cell responses to a fluctuating light stimulus

Page 3: Notice: The peak of the function =1      (its an autocorrelation)

The peaks of the cross correlation functions using Matlab’s “xcorr”

Offt, On

Offs, On

Offs, Offt

Offt, Offs

Time (ms)

cros

s co

rrel

atio

n co

effic

ient

Page 4: Notice: The peak of the function =1      (its an autocorrelation)

A = fft (signal a)B = fft (signal b)Fourier Cross Correlation = ifft(A*conj(B))

Using the Fourier transform to calculate the cross correlation