登录
首页 » matlab » G---P-algorithm-

G---P-algorithm-

于 2013-12-27 发布 文件大小:7KB
0 107
下载积分: 1 下载次数: 15

代码说明:

  G-P算法计算关联维数,可以运用在混沌时间序列的瓦斯浓度预测研究中(GP algorithm to calculate the correlation dimension, you can use the gas concentration in the prediction of chaotic time series in)

文件列表:

G-P算法计算关联维的 Matlab 程序(mex版)
......................................\correlation_interal.c,3393,2013-12-26
......................................\correlation_interal.dll,20480,2013-12-26
......................................\GP_CD.m,1602,2013-12-26
......................................\LorenzData.dll,20480,2013-12-26
......................................\normalize_1.m,562,2013-12-26
......................................\文件说明.txt,706,2013-12-26

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

发表评论

0 个回复

  • Centroid
    WSN 质心定位算法 Centorid Algorithm 加经典参考文献 A: 如果接受节点接收到的包数目与发送节点发送的包数目的比值大于CM_threshold,则这两个节点视为邻居节点 未知节点利用邻居锚节点进行定位,没有邻居锚节点的未知节点无法定位。 B: 如果接受节点接收到的包数目与发送节点发送的包数目的比值大于CM_threshold,则这两个节点视为邻居节点 未知节点一旦被定位就充当起锚节点的功能,向周围邻居发送自己的估计坐标信息 未知节点把已经定位的未知节点与锚节点同等对待 C: 如果接受节点接收到的包数目与发送节点发送的包数目的比值大于CM_threshold,则这两个节点视为邻居节点 有邻居锚节点的未知节点只利用邻居锚节点进行定位,没有邻居锚节点的未知节点才利用已经定位了的邻居未知节点进行定位。(WSN centroid localization algorithm Centorid Algorithm A: If you accept the received packet node number and the number of packets sent by the sending node ratio greater than CM_threshold, then these two nodes as neighbors Unknown node using the neighbor anchor nodes to locate, no neighbors anchor nodes and unknown nodes can not be located. B:   If you accept the received packet node number and the number of packets sent by the sending node ratio greater than CM_threshold, then these two nodes as neighbors Unknown nodes are positioned on as soon as the function of anchor nodes to send their neighbors estimated coordinate information Unknown unknown node to node already positioned anchor nodes treated equally C: If you accept the received packet node number and the number of packets sent by the sending node ratio greater than CM_threshold, then these two nodes as neighbors Of the unknown neighbor anchor node the neighbor nodes are only positioned anchor nodes, )
    2013-08-31 19:13:47下载
    积分:1
  • double_pendulum
    double_pendulum simulation in matlab
    2014-01-25 15:46:22下载
    积分:1
  • 弥散对比
    数值模拟波浪力,根据莫里森方程,求单一深度波浪力数值模拟的matlab语言程序(Numerical simulation of wave forces)
    2020-06-25 05:40:02下载
    积分:1
  • channel-model-and-simulation-code
    说明:  此文件包含了winner和3gpp所提出的信道模型以及实现的仿真代码。(The channel model and simulation code. )
    2011-02-24 11:29:45下载
    积分:1
  • tensor
    说明:  张量代数,张量分析以及张量应用的简单介绍(tensor )
    2011-03-01 17:41:21下载
    积分:1
  • jsm-1
    说明:  matlab中最优化函数fmincon 求解非线性规划问题(fmincon used to solve nonlinear programming problem)
    2010-04-25 22:16:24下载
    积分:1
  • 07950213
    扩频通信系统仿真 ——系统将基带信号(即信息)的频谱扩展至很宽的频带上,然后再进行传输,即将欲传输的信息数据用伪随机序列编码调制,实现频谱扩展,然后通过信道编码发送出去;接收端采用与发送端完全相同的伪随机序列作为本地解扩信号进行相关处理,以恢复信息,最后进行解调,完成整个系统的接收。(Simulation of spread spectrum communication system- the system baseband signal (ie, information) be extended to a wide spectrum of frequency bands, and then transferred, will want to use transmitted information data sequence of pseudo-random code modulation, to achieve expansion of the spectrum, and then sent channel coding receiver and transmitter use the same pseudo-random sequence as related to the local despreading signal processing, in order to restore the information, the final demodulation, the receiver to complete the system.)
    2011-04-23 14:41:40下载
    积分:1
  • Mandelbrot_Fractal_Matlab
    this is mandelbrot fractal matlab code
    2012-10-02 14:06:14下载
    积分:1
  • ForcedPendulum
    This simulink model simulates the damped driven pendulum, showing it s chaotic motion. theta = angle of pendulum omega = (d/dt)theta = angular velocity Gamma(t) = gcos(phi) = Force omega_d = (d/dt) phi Gamma(t) = (d/dt)omega + omega/Q + sin(theta) Play with the initial conditions (omega_0, theta_0, phi_0 = omega(t=0), theta(t=0), phi(t=0)) and the system parameters (g, Q, omega_d) and the solver parameters/method. Chaos can be seen for Q=2, omega_d=w/3. The program outputs to Matlab time, theta(time) & omega(time). Plot the phase space via: plot(mod(theta+pi, 2*pi)-pi, omega, . ) Plot the Poincare sections using: t_P = (0:2*pi/omega_d:max(time)) plot(mod(spline(time, theta+pi, t_P), 2*pi)-pi, spline(time, omega, t_P), . ) System is described in: "Fractal basin boundaries and intermittency in the driven damped pendulum" E. G. Gwinn and R. M. Westervelt PRA 33(6):4143 (1986) (This simulink model simulates the damped driven pendulum, showing it s chaotic motion. theta = angle of pendulum omega = (d/dt)theta = angular velocity Gamma(t) = gcos(phi) = Force omega_d = (d/dt) phi Gamma(t) = (d/dt)omega+ omega/Q+ sin(theta) Play with the initial conditions (omega_0, theta_0, phi_0 = omega(t=0), theta(t=0), phi(t=0)) and the system parameters (g, Q, omega_d) and the solver parameters/method. Chaos can be seen for Q=2, omega_d=w/3. The program outputs to Matlab time, theta(time) & omega(time). Plot the phase space via: plot(mod(theta+pi, 2*pi)-pi, omega, . ) Plot the Poincare sections using: t_P = (0:2*pi/omega_d:max(time)) plot(mod(spline(time, theta+pi, t_P), 2*pi)-pi, spline(time, omega, t_P), . ) System is described in: "Fractal basin boundaries and intermittency in the driven damped pendulum" E. G. Gwinn and R. M. Westervelt PRA 33(6):4143 (1986) )
    2010-02-17 07:28:51下载
    积分:1
  • ACO_Peng_V4
    这是我用matlab编写的,利用蚁群算法(ACO)求连续函数最优解的源码。是对段海滨《蚁群算法原理及应用》一书中,网格策略法的实现。(This is my prepared using Matlab, using ant algorithms (ACO) function for the optimal solution for the source code. On the waterfront of the "ant colony algorithm and application of the principle of" one book, mesh Strategy Implementation Act.)
    2007-04-19 12:20:26下载
    积分:1
  • 696518资源总数
  • 104269会员总数
  • 42今日下载