How to compare xcorr and crosscorr in Matlab?

2 Ansichten (letzte 30 Tage)
SL
SL am 24 Okt. 2016
I am comparing two signals where the one is original, while the other one converted by distribution theory. Code where I am not sure about the application of `crosscorr` because its about two univariate, stochastic time series y1 and y2 with confidence bounds
xc = max(abs(xcorr(u, utp))); % http://stackoverflow.com/a/1275705/54964
sxc = crosscorr(u, utp); % https://onlinecourses.science.psu.edu/stat510/node/74
MATLAB: 2016b OS: Debian 8.5 Possibly statistically related: here

Antworten (0)

Kategorien

Mehr zu Time Series Events finden Sie in Help Center und File Exchange

Produkte

Community Treasure Hunt

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

Start Hunting!

Translated by