Coherently aligns data

Aligns data according to cross-corr maxima

You are now following this Submission

This function treats a matrix as a column-wise set of signals and circularly shifts each column so that it aligns with the first column of data so that the inner product between those columns is maximized with respect to all other shifts.
USAGE:
[dataout,lagout]=xcorAlign(data);

If only 1 output is specified, then dataout (a matrix the same size as data) is returned.

INPUT:
data: a matrix of data vectors stored column-wise.

OUTPUT:
y: A matrix size(data) back.
lagout: Optional. A vector of lag indices. These give the amount the column vectors of dataout are shifted with respect to the first
column of data.

Cite As

Joshua Carmichael (2026). Coherently aligns data (https://www.mathworks.com/matlabcentral/fileexchange/24051-coherently-aligns-data), MATLAB Central File Exchange. Retrieved .

General Information

MATLAB Release Compatibility

  • Compatible with any release

Platform Compatibility

  • Windows
  • macOS
  • Linux
Version Published Release Notes Action
1.0.0.0