Autocorrelation sin(2x) function

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:

 Respuesta aceptada

aryan ramesh
aryan ramesh el 3 de Ag. de 2021

0 votos

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

Más respuestas (0)

Productos

Versión

R2020a

Etiquetas

Preguntada:

el 3 de Ag. de 2021

Respondida:

el 3 de Ag. de 2021

Community Treasure Hunt

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

Start Hunting!

Translated by