Circular Cross Correlation of the Columns of an Array - circ xcorr
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
Platform Compatibility
Windows macOS LinuxCategories
- Signal Processing > Signal Processing Toolbox > Transforms, Correlation, and Modeling > Correlation and Convolution >
- Image Processing and Computer Vision > Computer Vision Toolbox > Tracking and Motion Estimation > Template Matching >
Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Discover Live Editor
Create scripts with code, output, and formatted text in a single executable document.
Version | Published | Release Notes | |
---|---|---|---|
1.0.0.0 |