The autocorr(y) estimante the (ACF) of the univariate, stochastic time series y with confidence bounds.I was looking for the xcorr() function.
Autocorrelation sin(2x) function
21 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
aryan ramesh
le 3 Août 2021
Réponse apportée : aryan ramesh
le 3 Août 2021
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:

0 commentaires
Réponse acceptée
Plus de réponses (0)
Voir également
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!