Coherently aligns data

Aligns data according to cross-corr maxima
1,6K descargas
Actualizado 8 may 2009

Sin licencia

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.

Citar como

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

Compatibilidad con la versión de MATLAB
Se creó con R2008b
Compatible con cualquier versión
Compatibilidad con las plataformas
Windows macOS Linux

Community Treasure Hunt

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

Start Hunting!
Versión Publicado Notas de la versión
1.0.0.0