-
qiuxiangying
利用matlab求响应程序,可以求出系统的响应
(use this project can sovle the problem )
- 2014-09-20 12:41:51下载
- 积分:1
-
45-test-images
45张图像处理中经常用到的示例图片,全部为bmp图(45 sample pictures frequently used in image processing, all the bmp maps)
- 2012-12-26 20:22:05下载
- 积分:1
-
simulink
2017年数学建模美赛B题模型,关于处理交通流的元胞自动机问题(
2017 mathematical modeling contest B problem model,Cellular automata for traffic flow )
- 2017-01-21 20:10:32下载
- 积分:1
-
waveletpacket_PAPR
本程序是在不同小波包基的情况鲁昂下研究峰均功率的程序(This procedure is different from the case of wavelet packet basis of Rouen peak to average power under the procedures)
- 2010-08-02 12:33:34下载
- 积分:1
-
dae
更高阶的微分方程组的解法(内附2个解法m文件)(More high-end solution of differential equations (with two solutions m file))
- 2008-01-03 13:37:30下载
- 积分:1
-
plot2d
............Two dimensional plot
- 2010-03-06 17:26:06下载
- 积分:1
-
poincare
说明: 求解庞加莱截面的一个程序,有数据,可以直接运行,适合学习(poincare calculate program)
- 2011-04-02 14:09:01下载
- 积分:1
-
Huffman
是一个计算huffman编码的程序。用于matble上(Is a calculation of huffman coding procedures. For matble on)
- 2010-05-29 22:36:15下载
- 积分: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
-
Nomuraonenetwork
simulink model for micro grid consists of micro-turbines, PV and battery s.
pQ model for inverter also included
- 2020-07-01 12:20:02下载
- 积分:1