搜索资源列表
RSana
- RS分形算法matlab代码实现,既利用RS方法计算时间序列的分形hurst指数-RS fractal algorithm to achieve Matlab code, both RS calculated using time series fractal Hurst index
GP_Algorithm2.0
- G-P算法计算关联维的 Matlab 程序 (升级版,mex函数,超快) ----------------------------------- 更新部分: 引入限制短暂分离参数,使该参数大于序列平均周期时,去除了同一轨道前后点的关联, 使 r 值较小时,ln r - ln C(r) 曲线接近线性-G-P method to calculate the correlation dimension of the Matlab program (upgrade versi
61180784220051224913292402087
- MATLAB 函数的算法的分形应用以及解析-MATLAB functions of the algorithm and the application of fractal analysis
function
- 盒子算法计算分形维数的源程序,MATLAB写的,希望对大家有用
Fractraldimention
- 盒子算法计算分形维数的源程序,MATLAB写的,希望对大家有用
Fractual_Toolbox
- 外国的Matlab分形算法的工具箱,还有介绍使用方法的文件,非常实用
图像分形维数计算
- 根据差分计盒计算图像分形维数原理,推导出的Matlab程序代码,不知道效果如何,至少可以让我们知道程序实现步骤。根据2^n为步长的算法实现,效率很快
hilbert分形曲线算法
- hilbert 分形曲线生成程序 matlab 源码
RSana
- RS分形算法matlab代码实现.于计算HURST指数的分形维数的MATLAB小程序-RS fractal algorithm to achieve Matlab code.HURST index used to calculate the fractal dimension of the MATLAB small procedures
PhaseConnectOk
- matlab牛顿环干涉图主值相位计算以及相位连接算法。-Newton
dijkstra
- 计算dijkstra求最短路径:Dijkstra算法的基本思路是:假设每个点都有一对标号 (dj, pj),其中dj是从起源点s到点j的最短路径的长度 (从顶点到其本身的最短路径是零路(没有弧的路),其长度等于零);pj则是从s到j的最短路径中j点的前一点。求解从起源点s到点j的最短路径算法的基本过程如下-find the shortest road
col-toolbox
- 本资料涵盖量丰富,关联维,信息量,GP算法,熵等工具箱,并且每种问题采用的方法有好几种,便于比较。其中包含了LORENZ的一些算法。积累了本人一段时间的整理成果。-This information covers the amount of rich, correlation dimension, the amount of information, GP algorithm, entropy and so the toolbox, and the methods used for each qu
blanket
- 分形维数计算的毯子算法matlab代码,有一定借鉴意义-Calculation of the fractal dimension of the blanket algorithm matlab code, there is a certain reference
segmentation
- 基于Particle Swarm Optimization的图像分割算法matlab源代码.-matlab source code of a PSO based image segmentation algorithm
c4.5-decision-tree-matlab
- c4.5分类器 支持向量机算法 文本分类 样本支持 核函数算法-c4.5 classifier SVM text classification algorithm sample support kernel function
LJL56564
- 【matlab国外编程代做】粒子群算法 matlab求解源码及结果 可以作为参考使用学习-[Do] matlab foreign programming on behalf of PSO algorithm for solving matlab source code and study results can be used as references
mdtlabtheoryspinoff
- 公司分拆问题 聚类算法与图论算法 matlab 的实现,不错的(Company spin-off clustering algorithm and graph theory algorithm matlab implementation, good)
serial__fitdl
- 求解函数最大值的遗传算法Matlab源代码 不错的 很好(To solve the maximum function of genetic algorithm Matlab source code is good is very good)
光流向量的彩色表示算法设计与matlab实现
- 光流算法采用的是HS光流法,得到每个像素点的光流值,将它表示成HSI色彩空间的任一截面,再根据HSI色彩空间与RGB色彩空间的对应关系将光流场用颜色表示出来。
信号数学形态学运算 matlab
- 一维信号数学形态学运算的核心算法,基于matlab平台,数学形态处理的基本方法有膨胀,腐蚀。