-
stepupchopper
Basic step-up chopper
- 2010-10-02 13:35:19下载
- 积分: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
-
ACO-on-JSSP
Dynamic job shop scheduling problem is one form of a job shop scheduling problem with varying arrival time job or not concurrent. This problem can be represented in graph form, which is to seek the shortest path from start point to destination point. One solution that can be used is with the ant colony optimization algorithm. There are three method to input the job : xls file, matriks, and atrractive dialog.
- 2021-01-20 19:08:43下载
- 积分:1
-
floyd
floyd 计算法 求最短路
在数学建模中的应用
图论的应用(Floyd method for calculation of the shortest path
Applications in mathematical modeling
The application of graph theory
)
- 2013-08-23 14:01:12下载
- 积分:1
-
ESPRIT2014
阵列信号处理的esprit算法 提供了阵列信号DOA估计的一种算法的matlab程序,有注释。(Array signal processing of the esprit algorithm provides an algorithm for the array signal DOA estimation of matlab, with comments.)
- 2014-10-21 21:09:01下载
- 积分:1
-
zhen-xing-fen-jia-fa
已知地震加速度记录,可以用来求速度的时间历程。(Known seismic acceleration records can be used to time history and speed.)
- 2012-09-10 19:58:14下载
- 积分:1
-
DSP_FORTRAN
胡广书 数字信号处理-理论,算法与实现的书中源程序 fortran版本(HU-book Digital Signal Processing- theory, algorithms and implementation fortran source code version of the book)
- 2013-11-04 20:04:17下载
- 积分:1
-
PID_Increase
增量式PID控制算法Matlab仿真程序
设一被控对象G(s)=50/(0.125s^2+7s),用增量式PID控制算法编写仿真程序(输入分别为单位阶跃、正弦信号,采样时间为1ms,控制器输出限幅:[-5,5],仿真曲线包括系统输出及误差曲线,并加上注释、图例)。(Incremental PID control algorithm Matlab simulation program to set up a controlled object G (s) = 50/(0.125s ^ 2+7s), with incremental PID control algorithm simulation program written (unit step input, respectively, sinusoidal signal sampling time is 1ms, the controller output limiter: [-5,5], including simulation system output and error curve curves, plus notes, legend).)
- 2014-01-09 20:54:10下载
- 积分:1
-
MATLAB-CODE
《时频分析技术》这本书中的MATLAB CODE(" Time-frequency analysis techniques" MATLAB CODE)
- 2009-05-06 21:43:52下载
- 积分:1
-
lab1
autocorrelation and crosscorrelation ..... basic idea about those stuffs.........
- 2012-10-24 23:36:03下载
- 积分:1