-
单极性归零波形的功率谱,占空比为0.5
单极性归零波形的功率谱,占空比为0.5(Unipolar zeroing wave power spectrum, the ratio is 0.5)
- 2020-07-05 13:28:58下载
- 积分:1
-
main
make the simple game of life.
it only uses 50 X 50 size of point and time limited system.
- 2010-02-10 16:11:28下载
- 积分:1
-
power_SLmodeling
power_SLmodeling.rar,功率电子领域matlab仿真文件,已经验证过,程序运行正常(power_SLmodeling.rar,Power electronics field matlab simulation file, has already been
verified, the normal operating procedures)
- 2013-07-14 12:37:05下载
- 积分: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
-
siftCMatlab
采用c++调用matlab写的一个sift算法,其中调用matlab只是使用其中几个函数。可以很准确的检测出sift特征点。(Using c++ to call a matlab write sift algorithm, which used to call only a few matlab function. Can accurately detect the feature points sift.)
- 2009-05-02 18:24:52下载
- 积分:1
-
some_modulation_way
本人写的小程序,包含有QPSK、ASK、OOK、FSK、BPSK等几种调制方式(I wrote a small program, includes QPSK, ASK, OOK, FSK, BPSK modulation, such as several)
- 2009-07-10 21:17:48下载
- 积分:1
-
ecbh
由已知坐标得到的控制网的平差程序,平差后可获得精度更高的坐标文件(Adjustment Program by the known coordinates of the control network, the adjustment is given to higher precision of the coordinates of the file)
- 2012-06-01 16:02:30下载
- 积分:1
-
zuiyouhua.rar
最优化实验,用的是MATLAB,题目不是很难主要是练习用,学会对实际问题进行数学抽象。
掌握常用的最优化算法。
运用相关数学软件设计程序进行求解。
(optimization experiments, using the MATLAB, the main topic is not difficult to practice with. learn to practical issues abstract mathematics. Master of the most commonly used optimization algorithm. Related to the use of mathematical software for the design process.)
- 2007-06-16 17:36:44下载
- 积分:1
-
遗传算法纳什均衡及参考资料
遗传算法求解纳什均衡及参考资料,代码可以运行,不是很完美,但是可以参考(Genetic algorithm for solving Nash equilibrium and reference data)
- 2020-11-17 10:59:39下载
- 积分:1
-
matlab--jingdianshili
五个经典matlab仿真实例,由易到难,初学者的学习法宝(Five classic matlab simulation examples, easy to difficult, for beginners to learn magic)
- 2014-10-07 11:22:48下载
- 积分:1