-
RDRadar
采用的是RD算法实现合成孔径雷达成像,距离-多普勒RDA二维成像仿真(RD algorithm is used in synthetic aperture radar imaging, range- Doppler two-dimensional imaging simulation RDA)
- 2010-07-14 19:37:24下载
- 积分:1
-
B
说明: Forest fire detection code
- 2016-03-12 15:31:03下载
- 积分:1
-
Svpwm
永磁同步电动机的空间矢量控制simulink源代码(Permanent magnet synchronous motor with space vector control simulink source code)
- 2009-02-15 23:17:55下载
- 积分:1
-
mimo2
LTE 中MIMO的MATLAB实现,包含下行链路的流程(MATLAB in the MIMO-LTE implementation, including the process of downlink)
- 2010-10-10 14:38:39下载
- 积分:1
-
matlab-interface
matlab接口,讲述matlab 与各种开发软件的各种接口。(matlab interface about a variety of interfaces of matlab with various development software.)
- 2013-04-03 10:29:32下载
- 积分: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
-
sys-tradingstrategy
algorithm trading code
- 2013-12-31 16:54:05下载
- 积分:1
-
hierarchical
it will separate the image based on its color
- 2009-12-01 19:51:02下载
- 积分:1
-
mani-isomap
流行学习isomap(有标注,便于更好理解等距映射方法在高维数据降维过程的实现)(Popular learning isomap (have annotations, facilitate better understanding isometric mapping method in the implementation of the high-dimensional data dimension reduction))
- 2013-09-11 16:16:48下载
- 积分:1
-
PID
采用位置式PID实现炉温控制
采用继电法整定PID参数
(Realized using positional PID temperature control relay method using PID tuning parameters)
- 2015-03-19 14:37:00下载
- 积分:1