Correlation is computed using a fast algorithm based on the correlation theorem.
Let f(n) and g(n) be the input signals and y(m) denote the output, then we have:
where F is the Fourier transform of f(n), G is the Fourier transform of g(n) and * means complex conjugation. Therefore the computation of correlation is actually carried out as follows:
If the Normalize checkbox is selected, the two input signals are first normalized before the correlation is computed.
The normalization is as follows:
and
The normalized correlation can be computed as:
where
is the Fourier transform of fnorm(n),
is the Fourier transform of
and * means complex conjugation.
Note that if linear correlation is computed, zero padding will be performed before the computation of FFT.
When <Auto> is selected for Sampling Interval, the sampling interval needed in the computation is computed automatically by Origin.
The automatically computed sampling interval is the average increment of the time sequence, which is usually from the X column associated with the input signal. If there is no associated X column, the row numbers will be used. Note that if Origin fails to get the average increment, the sampling interval will be set to 1.