In signal processing, cross-correlation is a measure of similarity of two waveforms as a function of a time-lag applied to one of them. This is also known as a sliding dot product or inner-product. It is commonly used to search a long duration signal for a shorter, known feature. It also has applications in pattern recognition and cryptanalysis. For continuous functions f and g the cross-correlation is defined as: where f * denotes the complex conjugate of f. Similarly, for discrete functions, the cross-correlation is defined as: The cross-correlation is similar in nature to the convolution of two functions. Whereas convolution involves reversing a signal, then shifting it and multiplying by another signal, correlation only involves shifting it and multiplying (no reversing). In an Autocorrelation, which is the cross-correlation of a signal with itself, there will always be a peak at a lag of zero. If X and Y are two independent random variables with probability distributions f and g, respectively, then the probability distribution of the difference X − Y is given by the cross-correlation f In probability theory and statistics, the term cross-correlation is also sometimes used to refer to the covariance cov(X, Y) between two random vectors X and Y, in order to distinguish that concept from the "covariance" of a random vector X, which is understood to be the matrix of covariances between the scalar components of X.
ExplanationFor example, consider two real valued functions f and g that differ only by a shift along the x-axis. One can calculate the cross-correlation to figure out how much g must be shifted along the x-axis to make it identical to f. The formula essentially slides the g function along the x-axis, calculating the integral of their product for each possible amount of sliding. When the functions match, the value of With complex valued functions f and g, taking the conjugate of f ensures that aligned lumps (or aligned troughs) with imaginary components will contribute positively to the integral. In econometrics, lagged cross-correlation is sometimes referred to as cross-autocorrelation (Campbell, Lo, and MacKinlay 1996). Properties
where
Normalized cross-correlationFor image-processing applications in which the brightness of the image and template can vary due to lighting and exposure conditions, the images can be first normalized. This is typically done at every step by subtracting the mean and dividing by the standard deviation. That is, the cross-correlation of a template, t(x,y) with a subimage f(x,y) is
where n is the number of pixels in t(x,y) and f(x,y). In functional analysis terms, this can be thought of as the dot product of two normalized vectors. That is, if and then the above sum is equal to where See also
External links
| |