TIME-DOMAIN CROSS-CORRELATION FUNCTION

xcorrTD takes two discrete time signals as input and calculates cross-correlation and delay
884 Descargas
Actualizado 16 jun 2017

Ver licencia

xcorrTD takes two discrete time signals as input and calculates cross-correlation values, cross-correlation
coefficients and delay (lag) between two signals. The computation is performed in the time domain. The results of xcorrTD has been validated against the MatLAB's xcorr function.
For cross-correlation in frequency domain see xcorrFD.
Syntax: [lags,ck,cc,td] = xcorrTD(x,y)
Input:
x = input signal 1 (must be a Nx1 or 1xN vector)
y = input signal 2 (must be a Nx1 or 1xN vector)
Output:
lags = a vector of lags with a length of 2xN-1 (N = number of
data points in signal x or y)
ck = cross-correlation values (MatLAB xcorr gives them as
output)
cc = correlation coefficients
td = delay (i.e., number of lags) between two signals

Citar como

Dr. Erol Kalkan, P.E. (2026). TIME-DOMAIN CROSS-CORRELATION FUNCTION (https://la.mathworks.com/matlabcentral/fileexchange/63337-time-domain-cross-correlation-function), MATLAB Central File Exchange. Recuperado .

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

xcorrTD/

Versión Publicado Notas de la versión
1.0.0.0

Updated description

Figure updated