Question regarding executing auto-correlation
显示 更早的评论
Hi all,
I have to stationarized my data using auto-correlation to be used in arima models. However, i have trouble getting the codes correct.
data = xlsread('20jun.xlsx');
pv = data; %144 readingfrom 20jun
t= [1:144]; %defined time points
plot(t,pv);
I have 144 data readings, resulting in 144 time point. Any advise will be appreciated. Thanks for the time.
2 个评论
Mischa Kim
2014-2-3
What exactly is the problem with your code?
采纳的回答
更多回答(0 个)
类别
在 帮助中心 和 File Exchange 中查找有关 Fourier Analysis and Filtering 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!