• 大小: 86KB
    文件类型: .rar
    金币: 2
    下载: 1 次
    发布日期: 2021-01-06
  • 语言: Matlab
  • 标签: MATLAB代码  

资源简介

C-C算法计算延迟时间和延迟窗宽,进而求得最佳嵌入维数,确定延迟时间,方便简单,带画图,MATLAB 代码,共有5个代码,已调试

资源截图

代码片段和文件信息

function C_I=correlation_integral(XMr)
%the function is used to calculate correlation integral
%C_I:the value of the correlation integral
%X:the reconstituted state spaceM is a m*M matrix
%m:the embedding demention
%M:M is the number of embedded points in m-dimensional sapce
%r:the radius of the Heaviside functionsigma/2%calculate the sum of all the values of Heaviside
%skyhawk
sum_H=0;
for i=1:M
%     fprintf(‘%d/%d\n‘iM);
    for j=i+1:M
        d=norm((X(:i)-X(:j))inf);%calculat the distances of each two points in matris M with sup-norm
        sita=he(rd);%calculate the value of the heaviside function
        sum_H=sum_H+sita;
    end
end
C_I=2*sum_H/(M*(M-1));%the value of correlation integral

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件        745  2020-02-01 10:13  C_C算法\correlation_integral.m

     文件      19058  2020-03-02 16:03  C_C算法\C_CMethod.m

     文件        283  2012-11-15 14:43  C_C算法\disjoint.m

     文件        279  2020-01-12 11:22  C_C算法\he.m

     文件        314  2012-11-15 14:44  C_C算法\reconstitution.m

     文件       4348  2020-03-01 16:16  C_C算法\非1-延时.png

     文件       4663  2020-03-01 16:17  C_C算法\非1-窗宽.png

     文件       4906  2020-03-01 16:26  C_C算法\非3-时延.png

     文件       5192  2020-03-01 16:26  C_C算法\非3-窗宽.png

     文件       5546  2020-03-01 17:31  C_C算法\非32-时延.png

     文件       5086  2020-03-01 17:32  C_C算法\非32-窗宽.png

     文件       5329  2020-03-01 16:31  C_C算法\非4-窗宽.png

     文件       5116  2020-03-01 16:31  C_C算法\非4时延.png

     文件       4503  2020-03-01 16:34  C_C算法\非5-时延.png

     文件       4621  2020-03-01 16:36  C_C算法\非5-窗宽.png

     文件       4764  2020-03-01 16:41  C_C算法\非6-时延.png

     文件       4452  2020-03-01 16:42  C_C算法\非6-窗宽.png

     文件       5109  2020-03-01 16:44  C_C算法\非7-时延.png

     文件       4777  2020-03-01 16:45  C_C算法\非7-窗宽.png

     文件       4609  2020-03-01 16:50  C_C算法\非8-时延.png

     文件       4459  2020-03-01 16:51  C_C算法\非8窗宽.png

     文件       4865  2020-03-01 16:54  C_C算法\非9-时延.png

     文件       4340  2020-03-01 16:54  C_C算法\非9-窗宽.png

     目录          0  2020-03-02 16:04  C_C算法

----------- ---------  ---------- -----  ----

               107364                    24


评论

共有 条评论