TIME-DOMAIN CROSS-CORRELATION FUNCTION

xcorrTD takes two discrete time signals as input and calculates cross-correlation and delay
다운로드 수: 846
업데이트 날짜: 2017/6/16

라이선스 보기

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

인용 양식

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

MATLAB 릴리스 호환 정보
개발 환경: R2016a
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
카테고리
Help CenterMATLAB Answers에서 Correlation and Convolution에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

xcorrTD/

버전 게시됨 릴리스 정보
1.0.0.0

Updated description

Figure updated