登录
首页 » matlab » Chaos-Algorithm

Chaos-Algorithm

于 2021-03-23 发布 文件大小:570KB
0 78
下载积分: 1 下载次数: 114

代码说明:

  混沌算法的详细讲解,及基本的matlab代码实现,入门必备的(Explain in detail the chaos algorithm matlab code and basic, entry-essential)

文件列表:

ch3%2B混沌算法.doc,672768,2014-04-16

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • hmm_plusdemo
    HMM在Matlab下的程序,包括源文件和Demo以及Hmm相似度的计算程序(HMM in Matlab, the following procedure including the source documents and Demo Hmm similarity and the computational procedures)
    2007-04-06 15:22:47下载
    积分:1
  • pcm
    Pulse code modulation matlab code
    2014-09-04 11:13:55下载
    积分:1
  • MatlabFunctions
    包括matlab中一些常用的函数,还有一些特殊函数,如马库姆函数(marcum Q-function)
    2011-08-10 09:34:13下载
    积分:1
  • gravity
    function dg=gplus(x,y,z,x1,x2,y1,y2,z1,z2,p) G=6.67e-11 t222=myfun(x,y,z,x2,y2,z2) t122=myfun(x,y,z,x1,y2,z2) t212=myfun(x,y,z,x2,y1,z2) t221=myfun(x,y,z,x2,y2,z1) t211=myfun(x,y,z,x2,y1,z1) t121=myfun(x,y,z,x1,y2,z1) t112=myfun(x,y,z,x1,y1,z2) t111=myfun(x,y,z,x1,y1,z1) dg=-G*p*1e6*(t222-t122-t212-t221+t211+t121+t112-t111) 转化为g.u. function y=myfun(x,y,z,xi,eta,zeta) R=sqrt((xi-x).^2+(eta-y).^2+(zeta-z).^2) temp1=(xi-x).*log((eta-y)+R) temp2=(eta-y).*log((xi-x)+R) temp3=(zeta-z).*atan((zeta-z).*R/((xi-x).*(eta-y))) 书中所给公式 temp3=-(zeta-z).*atan((xi-x).*(eta-y)./(zeta-z)./R) 上式变换 y=temp1+temp2+temp3 (function dg = gplus (x, y, z, x1, x2, y1, y2, z1, z2, p) G = 6.67e-11 t222 = myfun (x, y, z, x2, y2, z2) t122 = myfun (x, y, z, x1, y2, z2) t212 = myfun (x, y, z, x2, y1, z2) t221 = myfun (x, y, z, x2, y2, z1) t211 = myfun (x, y, z, x2, y1, z1) t121 = myfun (x, y, z, x1, y2, z1) t112 = myfun (x, y, z, x1, y1, z2) t111 = myfun (x, y, z, x1, y1, z1) dg =-G* p* 1e6* (t222-t122-t212-t221+t211+t121+t112-t111) converted the Gu function y = myfun, (x y, z, xi, eta, zeta) R = sqrt ((xi-x). ^ 2+ (eta-y). ^ 2+ (zeta-z). ^ 2) temp1 = (xi-x).* log ((eta-y)+R) temp2 = (eta-y).* log ((xi-x)+R) temp3 = (zeta-z).* atan ((zeta-z).* R/( (xi-x).* (eta-y))) book given formula Temp3 =- (Zeta-z)* ATAN ((Xi-X)* (ETA-y)/(Zeta- Z)/R) the above formula transform Y = temp1+temp2+temp3 )
    2013-03-20 20:25:15下载
    积分:1
  • image-compresion-introduction
    Introduction to image compression
    2012-01-21 23:43:29下载
    积分:1
  • System-Identification
    三本书都是系统辨识方面的,其中两本非常出色为经典之作,另一本为matlab的最新的应用说明(2013b)(Three books are aspects of system identification, including two very good as the classic, the other being the matlab latest application notes (2013b))
    2014-01-07 21:58:46下载
    积分:1
  • Untitled5
    dv-hop算法,无线传感器网络定位算法(dv-hop algorithm, wireless sensor network localization algorithm)
    2010-02-16 17:12:29下载
    积分:1
  • Coding-Tutorials-for-Computational-Fluid-Dynamics
    Coding Tutorials for Computational Fluid Dynamics
    2014-01-03 08:30:56下载
    积分:1
  • iner-intra-row-interleaver
    matlab code for inter and intra row permutation also showing the effect of asymmetric turbo code performance.
    2014-08-28 13:57:59下载
    积分:1
  • s_GPS_INS_position_sp_demo899
    关于GPS的MATLAB源程序,经运行验证,算法简单,结果有效。(MATLAB source code on the GPS, verified by running the algorithm is simple, and effective.)
    2011-11-30 10:17:16下载
    积分:1
  • 696518资源总数
  • 104226会员总数
  • 29今日下载