-
Maltab-shuxuejianmo
matlab在数学建模中的应用,有许多有用的算法,可以帮助需要参加数学建模工作的人快速建立模型并求解(matlab mathematical modeling, there are many useful algorithms, people need to participate in the mathematical modeling can help to quickly build the model and solving)
- 2012-03-22 10:31:25下载
- 积分:1
-
Matlab_Source_Laser-rate-equations
the laser rate equation pdf that a m file is accounted it.i hope it help u.
- 2012-04-14 06:10:16下载
- 积分:1
-
FFT_Matlab
FFT的Matlab仿真分析,北京理工大学雷达技术研究所。(FFT of Matlab simulation, Beijing Institute of Technology Institute of radar technology.)
- 2010-05-24 19:54:06下载
- 积分:1
-
yydd2mmdd
程序将一年中的天数转换到相应的月份及日期。适用于TLE数据中的日期转换。程序不用if语句,简单易懂高效。输入参数可以是数组形式。(The program will convert the number of days in a year to the corresponding month and date. TLE data for the date conversion. Program without the if statement, straightforward and efficient. Input parameters may be matrix form.)
- 2013-07-11 07:44:38下载
- 积分:1
-
da903x
Base driver for Dialog Semiconductor DA9030 DA9034.
- 2014-08-22 16:29:40下载
- 积分:1
-
burgers_matlab
This is a burger code written in matlab
- 2010-07-08 21:42:48下载
- 积分:1
-
57578861simulink_labs
说明: 一个关于调制的MATLAB小程序,此程序的调制方式是幅度调制。(on modulation of a small MATLAB procedures, this procedure is the modulation amplitude modulation.)
- 2006-05-15 22:18:51下载
- 积分:1
-
Particle-Swarm-Optimization
粒子群优化算法 包含3个文件 AsyLnCPSO PSO SelPSO(Particle Swarm Optimization)
- 2013-11-19 09:35:25下载
- 积分: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
-
RDA
大斜视角下,点目标的距离多普勒算法(RDA,Range_Doppler Algorithm)仿真,Matlab语言。(Range_Doppler Algorithm,Matlab)
- 2014-02-25 23:56:41下载
- 积分:1