-
CepSpec
最小方差估计 可以依据最小方差估计 来计算某些参量(minimum variance esitimate)
- 2010-09-23 08:43:48下载
- 积分:1
-
work--VRP
是对改进VRP问题,使用的是遗传算法,这是针对论文写的代码,所以很详细,并且对函数和变量都进行注释说明,当然画图是必不可少的(VRP is a problem, use of improved genetic algorithm, which is to write the code for the paper, so very detailed, and have carried on the functions and variables explanatory notes, of course, is essential to drawing)
- 2020-08-13 21:08:31下载
- 积分:1
-
五维洛伦茨系统超混沌 - 副本
说明: 以一个五维系统为例,包含相图,时序图,lyapunov指数,分叉图,庞截面(Here are some very useful codes. I hope you can download them)
- 2020-09-05 17:18:05下载
- 积分:1
-
Matlab-code
有限元计算程序,三角形线性单元求解泊松方程
包含网格划分,求解,误差分析(Finite element program)
- 2011-11-19 20:56:46下载
- 积分:1
-
velocity_analysis
This code is about velocity analyse of seismic waves.
- 2009-11-10 00:12:54下载
- 积分:1
-
din
perturb and observe technique is used as mppt technique for photovoltaic system.
- 2013-11-21 01:28:21下载
- 积分:1
-
src
How to use the ordinary Voronoi partition generator. The m-files also have
their own help documentation that you can view in Matlab. This code creates
a bounding polygon that is a square. Then it randomly creates 10 points
and then creates and draws the partition.
bounds = [0, 10, 10, 0 0, 0, 10, 10]
points = 10 * rand(2, 10)
regions = voronoi(bounds, points)
drawRegions(bounds, regions)
================================
This is a brief set of instructions on how to use the Multiplicatively-
weighted Voronoi partition generator.
Each of the m-files has a help section, so in Matlab you can call:
help mwvoronoi
help drawRegions
Here is an example that creates a bounding polygon, a square with side
length 10. Then it randomly creates six points with random weights.
Finally, the code draws the resulting partition.
bounds = [0, 10, 10, 0 0, 0, 10, 10]
points = 10 * rand(3, 6)
regions = mwvoronoi(bounds, points)
drawRegions(bounds, regions)
Enjoy!
- 2013-10-30 12:23:18下载
- 积分:1
-
SAR
sar图像特征提取
合成孔径雷达图像特征sar图像特征提取
合成孔径雷达图像特征
(sar image feature extraction synthetic aperture radar image features sar image feature extraction feature synthetic aperture radar image)
- 2013-11-27 18:18:58下载
- 积分:1
-
ExtractBackground
extracting the background
- 2013-12-19 18:25:44下载
- 积分:1
-
Computational-EM
Heat equation[matlab]
- 2011-04-28 15:39:17下载
- 积分:1