Circular Cross Correlation of the Columns of an Array - circ xcorr

This file computes the circular auto and cross correlation of the columns of a 2D array.
779 Downloads
Updated 28 Jan 2010

View License

The program takes the columns of an input matrix and calculates the auto and cross correlation of these columns using an fft method. The result is very similar to the xcorr function. This method could be used to evaluate the cross correlation of repeating code sequences, and other similar investigations.

An n x m matrix in will result in an n x m^2 matrix out.

There is a waitbar included to remove the mystery of how long the calculation will take.

Cite As

Rick McConnell (2024). Circular Cross Correlation of the Columns of an Array - circ xcorr (https://www.mathworks.com/matlabcentral/fileexchange/26521-circular-cross-correlation-of-the-columns-of-an-array-circ-xcorr), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R2006a
Compatible with any release
Platform Compatibility
Windows macOS Linux

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Version Published Release Notes
1.0.0.0