-
Butterworth-filter
这是Simulink关于巴特沃兹滤波器的模型。希望对初学者有用。(This is the Simulink model about bart ward filter. Hope useful for beginners.
)
- 2021-04-19 09:38:51下载
- 积分:1
-
monteGarlo
Monte Garlo 仿真程序,关于误码率与信噪比的对应关系,希望对大家学习有所帮助(Monte Garlo simulation program, on the bit error rate and signal to noise ratio of the corresponding relations and hopes to help them to learn)
- 2007-12-04 11:21:41下载
- 积分:1
-
PSO
说明: 粒子群算法,也称粒子群优化算法是近年来发展起来的一种新的进化算法,该程序用matlab编写而成(Partical Swarm Optimization)
- 2011-03-03 19:49:09下载
- 积分: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
-
acacreg
Traditionally an ac voltage
regulator is made with a transformer tap changer or with an acac converter based on buck topologies, recently the developments
in ac-ac converter makes feasible the implementation of voltage
regulator with other topologies.
- 2013-05-13 12:06:45下载
- 积分:1
-
lda-0.1-matlab
这是一个LDA主题模型的matlab代码,可进行中文模糊聚类分析,内涵说明,可直接使用。(This is a topic LDA model matlab code, can be Chinese fuzzy clustering analysis, meaning that can be used directly.)
- 2014-01-23 12:48:39下载
- 积分:1
-
ga-for-tsp
说明: 利用遗传算法解决50个城市tsp问题,适合初学者。(The use of genetic algorithm to solve the issue of 50 cities tsp, suitable for beginners.)
- 2008-11-12 21:55:51下载
- 积分:1
-
power-electronic
说明: 讲述电力电子技术中变换技术和控制技术的指导用书(About the power electronics and control technology in the transformation of the guide book)
- 2011-04-07 11:41:01下载
- 积分:1
-
Calculate-Aplication
Basic Calculation Program For you who need basic program in matlab. enjoy !
- 2011-05-17 11:36:45下载
- 积分:1
-
Optimal-Kalman-estimationKF_opt
很好的卡尔曼滤波器,应实现过了,程序中有解释说明部分,只须修改参数即可(Good Kalman filter should be realized, the program has some explanation, you can only modify the parameters)
- 2011-11-15 18:02:19下载
- 积分:1