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일

0 개 추천

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

추가 답변 (0개)

카테고리

제품

릴리스

R2020a

태그

질문:

2021년 8월 3일

답변:

2021년 8월 3일

Community Treasure Hunt

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

Start Hunting!

Translated by