资源列表
新建文件夹
- 捷联惯性导航的简单程序,可以直接使用的代码,希望可以帮到大家(Strapdown inertial navigation of simple procedures, you can directly use the code, I hope you can help everyone)
sins
- 捷联惯导的详细介绍,附有编程程序供大家参考学习(Strapdown inertial navigation system in detail, with programming procedures for your reference learning)
ADOV_path_discovery
- 在matlab中进行路径规划及路由选择,掌握ADOV的算法原理应用(Path planning and routing in MATLAB, grasp the principles of ADOV algorithm applications)
matlab原代码程序(matlab常用仿真程序源代码)
- 简单实用的matlab源代码,大量的实例应用,适合初学者学习(Simple and practical matlab source code, a large number of examples of applications, suitable for beginners to learn)
基于GA的WSN路由协议
- 基于遗传算法的WSN通信路由协议matlab仿真代码,讲解清楚适合实用(WSN routing protocol based on genetic algorithm matlab simulation code, to explain clearly, suitable for practical)
genetic algorithm
- 初步展示遗传算法的工作过程及原理,实现一个简单的最优化问题算法。(Preliminary show the working process and the principle of genetic algorithm, the realization of a simple optimization algorithm.)
遗传算法matlab
- 这是一个能运行的DV-Hop的MATLAB仿真程序,大家可以学习使用(This is a can run DV-Hop MATLAB simulation program, we can learn to use)
GFK_v1
- 测地距离核方法的预适应方法,将源域和目标域降到一个共同子空间进行学习(The geodesic distance, the domain adaptation method of the kernel method, reduces the source domain and the target domain to a common subspace for learning)
GuassLegendreIntegral
- matlab实现高斯勒让德数值积分, 包含了勒让德求根函数Legendre_Roots,勒让德积分系数计算函数Legendre_Coef和高斯勒让德积分函数GuassLegendreIntegral(implement GaussLegendre Integral use matlab)
Iterarive Deconv
- matlab实现信号迭代解卷积功能。其中包含了三个文件:1.iter_Deconv,迭代解卷积子函数;2.receiver_H,例子中接收线圈系统函数生成子函数;3.测试迭代解卷积的测试函数。(matlab to achieve signal iteration deconvolution function. Which contains three files: 1.iter_Deconv, iteration deconvolution of the cumulative sub-funct
PCA_DeNoise
- 再用主成分分析方法进行信号噪声去除。文件中包含三个子函数:1.Normalize_InputData,规则化输入数据;2.PCA_Reduce_Dimension,实现数据降维处理;3.PCA_Filter_Noise,实现噪声去除(the principal component analysis method for signal noise removal. The file contains three sub-functions: 1.Normalize_InputData, regul
遗传算法TSP
- 本代码是在MATLAB软件下解决TSP问题的遗传算法代码!欢迎借鉴...