xcorrFD(x,y)

xcorrFD takes two discrete time signals as input and calculates cross-correlation and delay
588.0 次下载
更新时间 2017/11/27

查看许可证

xcorrFD takes two discrete time signals as input and calculates cross-correlation values and delay between two signals. The computation is performed in the frequency domain. The results of xcorrFD is validated against the MatLAB's xcorr function.
For cross-correlation in time domain see xcorrTD.

Syntax: [lags,ck,td] = xcorrFD(x,y)

Input:
x = input signal 1 (must be a Nx1 vector)
y = input signal 2 (must be a Nx1 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 [(2N-1)x1 vector]
td = delay (i.e., number of lags) between two signals

Questions? Contact: ekalkan@usgs.gov

引用格式

Dr. Erol Kalkan, P.E. (2024). xcorrFD(x,y) (https://www.mathworks.com/matlabcentral/fileexchange/63353-xcorrfd-x-y), 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!
版本 已发布 发行说明
1.1.0.0

Notes updated.
Notes updated......

1.0.0.0

Updated description