-
MATLAB-junor-image-code
说明: 适用于利用matlab做图像处理的初学者学习的代码(MATLAB junor image code)
- 2011-04-13 16:59:50下载
- 积分:1
-
turbulence-Venturello-coefficients
可以计算不同雷洛系数下的紊流,非常方便!(The main code can compute different turbulence Venturello coefficients, very easy!)
- 2013-09-22 20:30:16下载
- 积分: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
-
motionbluring
说明: 基于运动模糊图像产生的原因,自编一个生产运动模糊图像的matlab程序,程序 需要输入模糊长度,默认模糊角度为0,包含一张图片(Based on the causes of motion blurred image, self production of motion blurred images of a matlab program, the program requires input fuzzy length, the default fuzzy angle 0)
- 2011-03-20 16:27:04下载
- 积分:1
-
M-BERR
无线传感器网络QoS路由M-BERR算法,matlab程序(BERR algorithm of wireless sensor networks, QoS routing M-
)
- 2012-05-12 21:24:53下载
- 积分:1
-
satellite-positioning-algorithm
matlab实现卫星定位的算法,包含一个简单的定位程序simple.m,还有另外一套的程序,包含卫星位置的的解算,伪距的计算,接收机位置的计算(Satellite positioning algorithm using matlab to achieve)
- 2013-05-14 16:21:07下载
- 积分:1
-
softradiolearn
软件无线电通信系统matlab仿真,同时内有所有备注(Software radio communication system matlab simulation, at the same time with all notes)
- 2012-12-17 10:35:17下载
- 积分:1
-
mGPC
两个变量GPCmatlab程序,调试运行成功(too variable gpc matlab program)
- 2020-11-19 20:49:38下载
- 积分:1
-
SAR
SAR成像算法,有助于理解合成孔径雷达(SAR)成像原理(SAR imaging algorithm helps to understand the principle of synthetic aperture radar (SAR) imaging)
- 2020-11-24 16:09:33下载
- 积分:1
-
GL
说明: This interface specifies the methods for a visitor of Constant objects.
- 2014-01-22 11:41:06下载
- 积分:1