资源列表
source code2
- matlab demonstration on source code on position control
source code4
- mathwork matlab on orthogonal square
source code 5
- matlab source code on orthogonal least square
ant
- 通过蚁群算法实现路径优化,启发路径优化新方式。(Through the ant colony algorithm to achieve path optimization, heuristic path optimization new way.)
CS
- 因为自然界的数据都存在局部低维结构、周期性、对称性等,因此,传统的固定采样率的采样方法必然存在信息冗余。由于信息冗余的存在,我们就知道有数据压缩那么一门学科。既然这样,为什么要把冗余的数据也采进来,再进行压缩呢,能不能不把冗余的数据采集进来? 压缩感知的思路就是:在采集的过程中就对数据进行了压缩,而且这种压缩能保证不失真(低失真)的恢复原始数据,这与传统的先2倍频率采集信号→存储→再压缩的方式不同,可以降低采集信号的存储空间和计算量。 本程序是对于压缩感知模型的数学描述(Mathematics
基于小波的VMD程序
- 将小波滤波方法与VMD算法结合,提取故障信息(Wavelet and VMD algorithm are combined to extract fault information)
PSO
- pso工具箱 matlab工具箱 Brian Birge编写的(particle swarm optimization toolbox for matlab.)
sort_nat
- 输入字符串细胞数组 输出按自然顺序排列的结果及其索引(input: cell array of strings output: natural order sort results and index)
multifractal
- 计算图像的多重分形维,基于Posadas et al., Soil Sci. Soc. Am. J. 67:1361-1369, 2003中的思想(calculate multifractal spectra for binary image)
Rosenbroke function
- 经典遗传算法,非线性优化算法(梯度法,牛顿法),运行效率高(Classical algorithm)
Copula理论及应用
- Copula理论及应用实例 从xls文件中读取数据 绘制频率直方图 计算偏度和峰度 正态性检验 求经验分布函数值 核分布估计 求Copula中参数的估计值 绘制Copula的密度函数和分布函数图(sample for copula theory)
Frim算法求最小生成树问题
- prim算法求最小生成树 matlab代码例子(calculate minimum spanning tree using prim algorithm)