Filter löschen
Filter löschen

Autocorrelation sin(2x) function

2 Ansichten (letzte 30 Tage)
aryan ramesh
aryan ramesh am 3 Aug. 2021
Beantwortet: aryan ramesh am 3 Aug. 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:

Akzeptierte Antwort

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

Weitere Antworten (0)

Kategorien

Mehr zu Random Number Generation finden Sie in Help Center und File Exchange

Tags

Produkte


Version

R2020a

Community Treasure Hunt

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

Start Hunting!

Translated by