资源列表
圣维南方程(洪水)
- 基于matlab 编程,利用一维圣维南方程组,模拟洪水演进过程(Using one-dimensional Saint-Venant equations to simulate flood routing process)
三维装箱MATLAB版
- 三维装箱程序,MATLAB实现,可以使用,但是没有优化,时间较长(3D packing program, realized by MATLAB, can be used, but it has not been optimized and takes a long time.)
Latin Hypercube Sampling
- 这是从多元正态分布、均匀分布和经验分布中实现拉丁超立方体采样的采样实用程序。变量之间的相关性可以被描述出来。(This is sampling utility implementing Latin hypercube sampling from multivariate normal, uniform & empirical distribution. Correlation among variables can be sprecified)
基于Matlab的Clarke模型,Jake模型
- 基于Matlab的Clarke模型,Jake模型,可以直接运行,有注释,非常适合学习和仿真
d2d-simul
- D2D代码仿真,基于matlab通信系统仿真模型的设计例程(D2D code simulation, design routine of communication system simulation model based on MATLAB)
GAN-minist-tensorflow-master
- GAN 的基本例程,能够很好的帮助你理解生成对抗网络(The basic routines of GAN can help you understand how to generate confrontation networks.)
针对自治水下机器人的路径规划问题进行了研究
- 针对自治水下机器人(AUV)的路径规划问题进行了研究,依据模糊控制规则,提出了一种基于粒子群优化(PSO)的模糊路径规划算法(The path planning problem of autonomous underwater vehicle (AUV) is studied. According to the fuzzy control rules, a fuzzy path planning algorithm based on particle swarm optimization (PS
比幅法测向
- 信号处理方法有相邻比幅和全方向比幅两种利用信号的相对幅度大小,确定信号的到达方向
work
- 解方程数量大于未知数数量的超定方程matlab代码(a matlab code to sovle the overdetermined equation set)
光伏分布式
- 实现光伏分布式大楼中光伏功率计算,同时依据电跟随方式,可以实现燃气轮机变工况(The calculation of photovoltaic power in photovoltaic distributed building can be realized. At the same time, the off-design condition of gas turbine can be realized according to the electric following mode.)
互信息法求延迟时间
- 自编通过互信息法求取混沌时间序列的延迟时间,亲测可用,压缩包内两个函数需要互相调用一下,可自行修改(The delay time of chaotic time series can be calculated by mutual information method, which can be used for personal measurement. The two functions in the compressed packet need to be called each othe
matlab神经网络30个案例分析源程序
- matlab神经网络30个案例分析源程序,里面包含各种智能优化算法的具体实例,可以供初学者学习入门。