Autocorrelation sin(2x) function

2 次查看(过去 30 天)
Hi, I am trying to calculate the autocorrelation of the sin(2t), but I am getting a result different from the expected.
t = -10:0.05:10;
y = sin(2*t);
b = autocorr(y);
figure;
plot(b)
Expected :
found:

采纳的回答

aryan ramesh
aryan ramesh 2021-8-3
The autocorr(y) estimante the (ACF) of the univariate, stochastic time series y with confidence bounds.I was looking for the xcorr() function.

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Random Number Generation 的更多信息

标签

产品


版本

R2020a

Community Treasure Hunt

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

Start Hunting!

Translated by