-
case30
IEEE30节点电力系统标准参数和潮流数据(IEEE30 node power system standard parameters and trend data)
- 2012-06-04 15:18:41下载
- 积分:1
-
SIMULINK_qizhongji
悬吊式起重机动力学仿真
源码和word说明(Suspension crane dynamics simulation source and word description)
- 2007-12-23 15:08:11下载
- 积分:1
-
BLIND
说明: IBD算法源代码 能够让初学者很好的了解IBD算法(blind image restoration)
- 2011-04-07 16:45:45下载
- 积分:1
-
M@-code
program which includes the edge detection and is done inmatlab...helpful in finding edges in medical imges
- 2011-06-28 01:39:19下载
- 积分:1
-
youhua1
遗传算法的电机优化程序,个人专门编写的,对于初学者来说,可以借鉴(function youhua1()
遗传算法
n-- 种群规模
ger-- 迭代次数
pc--- 交叉概率
pm-- 变异概率
v-- 初始种群(规模为n)
f-- 目标函数值
fit-- 适应度向量
vx-- 最优适应度值向量
vmfit-- 平均适应度值向量
clear all
close all
clc 清屏
tic 计时器开始计时
n=20 ger=100 pc=0.9 pm=0.1 初始化参数
生成初始种群
v=init_population(n,44) 得到初始种群,22串长,生成20*22的0-1矩阵
[N,L]=size(v) 得到初始规模行,列
disp(sprintf( Number of generations: d ,ger))
disp(sprintf( Population size: d ,N))
disp(sprintf( Crossover probability: .3f ,pc))
disp(sprintf( Mutation probability: .3f ,pm)) sprintf可以控制输出格式
待优化问题)
- 2020-12-11 20:19:19下载
- 积分:1
-
RBFPID
这是一个基于神经网络RBF的PID控制器,SIMULINK模型加m函数(This is a PID controller based on neural network RBF, SIMULINK model plus m function.)
- 2021-04-12 21:08:57下载
- 积分:1
-
buck_boost
说明: 用matlab的simulink实现buck_boost变换器仿真,并用PI控制器控制输出。(Implementation of buck with Simulink of MATLAB_ The boost converter is simulated and the output is controlled by PI controller.)
- 2021-04-07 22:54:37下载
- 积分:1
-
gravity
区域重力资料解释中的重要任务之一,是计算基底构造及莫霍面的构造(本文统称为基线构造)(Regional gravity data interpretation of the important tasks is to calculate the basement structure and Moho structure (herein collectively referred to as the baseline configuration))
- 2013-11-21 23:44:00下载
- 积分:1
-
PID.m
首先是编写2个输入,1个输出的隶属度函数;接下来的是模糊规则,一共49条;然后用解模糊函数得出控制量U,这里输出的U就直接是精确量了,解模糊用到得规则是取隶属度最大的那个数即MOM算法。
显示的三个图形窗口分别是:模糊控制器内部原理图,以及2个输入,1个输出的隶属度函数图。 (Fuzzy PID controller MATLAB simulation program
)
- 2009-11-12 11:05:11下载
- 积分:1
-
traffic1
关于交通流量的仿真,利用matlab编写的元胞自动机的仿真程序!很好玩哦!很棒哦!(On the traffic flow simulation, matlab prepared using cellular automata simulation program! Oh is a lot of fun! Oh great!)
- 2009-02-04 15:25:23下载
- 积分:1