-
lujing
Matlab写的求最短路径的程序!欢迎大家使用!(Matlab was the shortest path to the procedure! Everyone is welcome to use!)
- 2007-03-08 15:36:49下载
- 积分:1
-
wdg_ctrl1
inverted wedge controlling parameters using pid controller.
- 2015-03-24 00:52:07下载
- 积分:1
-
The-first-matlab-exercise
清华大学张旭东老师现代信号处理第一次matlab习题(The first matlab exercise in modern signal processing by Xudong Zhang, Tsinghua univ.)
- 2015-01-29 23:11:42下载
- 积分:1
-
多目标优化算法
说明: 工程实际中的许多优化问题是多目标的优化设计问题。通常情况下多个目标是处于冲突状态的,不存在一个最优设计使所有的目标同时达到最优,一个目标性能的改善,往往以其它一个或多个目标性能的降低为代价。无论采用自适应遗传算法还是其它在标准遗传算法基础上经过改进的遗传算法,如果采用加权组合法等将多目标转化为单目标的处理方法,就无法充分发挥遗传算法的优势。如果把遗传 算法与适用于多目标处理的几此协方法相结合,就能完全发挥遗传算法在多目标优化设计中的作用。(Many optimization problems in engineering practice are multi-objective optimization design problems. Generally, multiple goals are in conflict. There is no one optimal design to achieve all goals simultaneously. The improvement of one goal's performance is often at the expense of the performance of one or more other goals. Whether adaptive genetic algorithm or other improved genetic algorithm based on standard genetic algorithm is adopted, if weighted combination method is adopted to transform multi-objective into single-objective processing method, the advantages of genetic algorithm cannot be fully utilized. If the genetic algorithm is combined with several cooperative methods suitable for multi-objective processing, the role of genetic algorithm in multi-objective optimal design can be fully exerted.)
- 2020-07-07 16:57:46下载
- 积分:1
-
channel-simulation_matlab
基于多径传输和多普勒频移的瑞利信道的仿真,matlab环境下的仿真
u1.m
u2.m
u3.m
u4.m
u5.m
u6.m
u7.m
基于多径传输和多普勒频移的.doc
(Based on the multi-path transmission and Doppler frequency shift of the Rayleigh (Rayleigh) channel simulation)
- 2012-04-19 20:15:20下载
- 积分:1
-
thermo_diagram_plot
计算水蒸气热物性的matlab程序,附有使用说明(Calculate the thermophysical properties of water vapor matlab program, with instructions for use)
- 2011-07-08 17:59:55下载
- 积分:1
-
NERC-ATC-TEX-BOOK
This report, Available Transfer Capability Definitions and Determination, is in response to a NERC
Strategic Initiative to “develop uniform definitions for determining Available (Transmission) Transfer
Capability (ATC) and related terms that satisfy both [Federal Energy Regulatory Commission] FERC and
electric industry needs, and which are to be implemented throughout the industry.” The NERC Board of
Trustees at its May 13–14, 1996 meeting approved this report and endorsed its use by all segments of the
electric industry
- 2021-04-11 00:58:58下载
- 积分:1
-
dwt
finding dwt using averaging
- 2013-04-15 17:15:16下载
- 积分:1
-
find_skel_intersection
图像中交叉点提取算法,用matlab编写,很容易理解(Cross-point of the image extraction algorithm using matlab write, it is easy to understand)
- 2009-09-16 20:37:20下载
- 积分:1
-
BruteSearch
K-nearest neighbors 搜索 聚类时经常使用的一种方法 国外网站转载( The following utilities are provided:
- Nearest neighbor
- K-Nearest neighbors
- Radius Search
They al supports N-dimensions and work on double, it is possible to choose if return the distances.
Here is a time comparison with a vectrized m-code:
N=1000000 number of reference points
Nq=100 number of query points
dim=3 dimension of points
k=3 number of neighbor
tic
[idc,dist]=BruteSearchMex(p ,qp , k ,k) MEX
toc
tic
[idc,dist]=knnsearch(qp,p,k) VECTORIZED M-CODE
toc
p=rand(N,dim)
qp=rand(Nq,dim)
Output:
Elapsed time is 0.962640 seconds.
Elapsed time is 18.813100 seconds. )
- 2009-03-30 08:08:08下载
- 积分:1