資源簡介
混沌理論的C語言,MATLAB實現,有詳細的說明文檔,解釋混沌理論,并說明實現細則, 及混沌理論的使用場合

代碼片段和文件信息
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=heaviside(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
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????目錄??????????0??2012-05-02?10:36??混沌理論的實現
?????文件?????684678??2012-05-02?10:28??混沌理論的實現\332207778Chaos-Toolbox-Ver.2.0.rar
?????目錄??????????0??2012-05-02?10:36??混沌理論的實現\Chaos?Toolbox?Ver.2.0
?????目錄??????????0??2012-05-02?10:46??混沌理論的實現\Chaos?Toolbox?Ver.2.0\Main
?????文件????????752??2004-07-29?21:19??混沌理論的實現\Chaos?Toolbox?Ver.2.0\Main\correlation_integral.m
?????文件???????1693??2004-07-29?21:17??混沌理論的實現\Chaos?Toolbox?Ver.2.0\Main\C_CMethod.m
?????文件???????1392??2004-07-29?21:18??混沌理論的實現\Chaos?Toolbox?Ver.2.0\Main\C_CMethod_independent.m
?????文件????2610250??2098-01-01?08:00??混沌理論的實現\Chaos?Toolbox?Ver.2.0\Main\data_100
?????文件????????283??2004-07-29?21:19??混沌理論的實現\Chaos?Toolbox?Ver.2.0\Main\disjoint.m
?????文件???????1296??2004-07-29?21:19??混沌理論的實現\Chaos?Toolbox?Ver.2.0\Main\G_P.m
?????文件????????286??2004-07-29?21:20??混沌理論的實現\Chaos?Toolbox?Ver.2.0\Main\heaviside.m
?????文件???????1744??2004-07-29?21:20??混沌理論的實現\Chaos?Toolbox?Ver.2.0\Main\largest_lyapunov_exponent.m
?????文件???????2407??2004-03-23?13:46??混沌理論的實現\Chaos?Toolbox?Ver.2.0\Main\lyapunov_rosenstein.m
?????文件???????5574??2004-07-29?21:21??混沌理論的實現\Chaos?Toolbox?Ver.2.0\Main\lyapunov_wolf.m
?????文件????????557??2004-07-29?21:22??混沌理論的實現\Chaos?Toolbox?Ver.2.0\Main\MainPre_by_jiaquanyijie_1.m
?????文件???????1049??2004-07-29?21:22??混沌理論的實現\Chaos?Toolbox?Ver.2.0\Main\MainPre_by_jiaquanyijie_n.m
?????文件????????899??2004-07-29?21:23??混沌理論的實現\Chaos?Toolbox?Ver.2.0\Main\MainPre_by_Lya_1.m
?????文件???????1129??2012-05-02?10:48??混沌理論的實現\Chaos?Toolbox?Ver.2.0\Main\MainPre_by_Lya_n.m
?????文件???????5168??2004-07-29?21:23??混沌理論的實現\Chaos?Toolbox?Ver.2.0\Main\nearest_point.m
?????文件????????732??2003-10-14?15:17??混沌理論的實現\Chaos?Toolbox?Ver.2.0\Main\pre_by_lya.m
?????文件???????6436??2003-08-20?10:22??混沌理論的實現\Chaos?Toolbox?Ver.2.0\Main\pre_by_lya_new.m
?????文件????????296??2003-11-30?18:51??混沌理論的實現\Chaos?Toolbox?Ver.2.0\Main\reconstitution.m
?????目錄??????????0??2012-05-02?10:37??混沌理論的實現\Chaos?Toolbox?Ver.2.0\Reference
?????文件?????393070??2003-11-25?13:25??混沌理論的實現\Chaos?Toolbox?Ver.2.0\Reference\Nonlinear?dynamics?delay?times?and?em
????..A..H.???????162??2012-05-02?10:37??混沌理論的實現\Chaos?Toolbox?Ver.2.0\Reference\~$C方法求時間延遲程序設計.doc
?????文件?????244020??2012-05-02?10:32??混沌理論的實現\Chaos?Toolbox?Ver.2.0\Reference\基于Lyapunov指數改進算法的邊坡位移預測.caj
?????文件?????178688??2004-07-29?21:37??混沌理論的實現\Chaos?Toolbox?Ver.2.0\Reference\基于混沌理論的太陽黑子時間序列預測.doc
?????文件???????1079??2004-07-29?21:28??混沌理論的實現\Chaos?Toolbox?Ver.2.0\Reference\混沌工具箱使用幫助.txt
?????文件????1059177??2012-05-02?10:15??混沌理論的實現\Chaos_9_413.pdf
????..AD...?????????0??2012-05-02?10:18??混沌理論的實現\Tisean_3.0.1
............此處省略916個文件信息
評論
共有 條評論