-
ackleyfcnTest.m
Implements the traditional benchmark formulation used in optimization literature
- 2011-01-25 04:12:25下载
- 积分:1
-
DIRECT
一种全局的直接优化方法,优化过程中无需用到目标函数的导数信息。(The purpose of this brief user guide is to introduce the reader to the DIRECT optimization algorithm, describe the type of problems it solves, how to use the accompanying MATLAB program, direct.m, and provide a synopis of how it searches for the global minium.)
- 2015-02-26 17:21:11下载
- 积分:1
-
mtd
基于MATLAB的雷达mtd滤波器设计程序(MATLAB-based radar MTD filter design procedures)
- 2008-12-17 18:59:46下载
- 积分:1
-
CodageCanalLDPC
TP, documents et codes source pour les codes LDPC (Low Density Parity Check)
- 2010-12-02 09:52:15下载
- 积分:1
-
ga
说明: GA算法代码 function pop=initpop(popsize,chromlength)
pop=round(rand(popsize,chromlength))
rand 随机产生每个单元为 {0,1} 行数为 popsize,列数为 chromlength 的矩阵,
roud 对矩阵的每个单元进行圆整。这样产生的初始种群。
2.2 计算目标函数值
2.2.1 将二进制数转化为十进制数(1)
遗传算法子程序 Name: decodebinary.m
产生 [2^n 2^(n-1) ... 1] 的行向量,然后求和,将二进制转化为十进制(GA algorithm code function pop=initpop(popsize,chromlength)
pop=round(rand(popsize,chromlength))
rand 随机产生每个单元为 {0,1} 行数为 popsize,列数为 chromlength 的矩阵,
roud 对矩阵的每个单元进行圆整。这样产生的初始种群。
2.2 计算目标函数值
2.2.1 将二进制数转化为十进制数(1)
遗传算法子程序 Name: decodebinary.m
产生 [2^n 2^(n-1) ... 1] 的行向量,然后求和,将二进制转化为十进制)
- 2012-04-28 18:02:03下载
- 积分:1
-
Texto-integral
Paper Abstract – An adaptive control of Distributed Generation (DG)
to provide predictable active power output at the primary
distribution substation is described. Often, distribution networks
accommodate renewable energy different energy sources
and thus using different energy conversion sources. As the
amount of generation that comes intermittent renewable
sources (e.g. wind energy) increases, network operators start to
concern with the uncertainty of generation. However, when the
power output intermittent renewable sources is predicted,
the network operators can reduce the operational costs of the
network and the DG owners may go on the market. Thus, our
challenge with this work was to develop an algorithm which can
predict the active power output the aggregation of wind and
biomass energy at the primary distribution substation of a typical
distribution network. Wind and biomass energy plant are onto
the same distribution network but not necessarily onto the same
feeder.
- 2014-12-04 00:36:38下载
- 积分:1
-
chirpfrequence
基于chirp信号和Multitone信号的频率特性测试方法研究,采用MATLAB仿真,是最新的研究成果。(Based on the chirp signal and the signal frequency characteristics Multitone testing methods study using MATLAB simulation, is the latest research results.)
- 2009-03-12 15:45:41下载
- 积分:1
-
WFSsaas
Computes WFS driving functions of a wfs-system, based on the 212 D Rayleigh I-Integral
- 2010-11-27 02:55:48下载
- 积分:1
-
SVM
这是我在网上找的支持向量机的代码,应该比较普通(support vector machine )
- 2012-04-04 15:17:10下载
- 积分:1
-
lgr
Matlab simulation of Lagrange s Equations.
- 2011-06-10 18:04:56下载
- 积分:1