上传者: xiazaipintai
|
上传时间: 2022-05-16 21:00:25
|
文件大小: 6KB
|
文件类型: ZIP
tic
[S_mean,delta_S_mean,S_cor] = CC_luzhenbo(X,maxLags);
t = toc
%--------------------------------------------------------------------------
% 结果做图
figure
subplot(311)
plot(1:maxLags,S_mean); grid; title('S mean')
subplot(312)
plot(1:maxLags,delta_S_mean); grid; title('delta S mean')
subplot(313)
plot(1:maxLags,S_cor); grid; title('S cor')