-
syn
center of circle usin circum points
- 2009-02-27 15:43:25下载
- 积分:1
-
AMLE_level_set_interp
水平集 灰度图像的水平集方法 灰度图像的水平集方法(AMLE_level_set_interp)
- 2009-03-17 11:00:20下载
- 积分:1
-
kuoping
用matlab编写的用于跳频技术的基于simulink环境的仿真程序-using Matlab prepared for the frequency-hopping technology based on Simulink environment simulation program (Matlab prepared for the use of frequency-hopping technology environment based on simulink simulation program-using Matlab prepared for the frequency-hopping technology based on Simulink environment simulation program)
- 2008-06-26 01:39:15下载
- 积分:1
-
dip
disorder extraction for medical images im matlab. It takes in put as diseas image and send recognize it
- 2010-03-04 22:02:03下载
- 积分: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
-
matlab
MATLAB中文使用手册,能对MATLAB有个基本的了解,简约。(MATLAB Chinese user manual, can have a basic understanding of MATLAB, simple.)
- 2010-09-29 11:23:15下载
- 积分:1
-
unit02
说明: 用MATLAB编写的qpsk调制解调程序并且方针通过(MATLAB prepared using QPSK modulation and demodulation process and approach adopted by)
- 2008-09-25 20:59:17下载
- 积分:1
-
matlab_GA
说明: 遗传算法,matlab实现。包含一整套源码(Genetic algorithm, matlab implementation)
- 2009-08-28 09:09:28下载
- 积分:1
-
ch2
离散时间信号与时域分析,包括信号及其采样(Discrete-time signal time domain analysis, including signal its sampling)
- 2013-02-25 15:12:10下载
- 积分:1
-
pso-fd
PSO算法和最速下降法混合算法,求解单目标优化问题,测试函数是非线性方程组,解决MinF(x)的问题。(PSO algorithm and steepest descent method hybrid algorithm for solving single-objective optimization problem, the test function is non-linear equations, solving MinF (x) of the problem.)
- 2014-11-30 22:03:04下载
- 积分:1