-
MSRC_IEEE
本程序适用于论文metasample-based sparse representation for tumor classification(this code suite for paper metasample-based sparse representation for tumor classification)
- 2013-08-30 21:35:47下载
- 积分:1
-
g05
matlab源码,利用遗传算法求解30个城市的tsp问题(matlab source code, the use of genetic algorithm to solve 30 problems tsp city)
- 2013-11-03 17:17:15下载
- 积分:1
-
AF_Simulation
说明: 此程序的功能:在协作通信中,主要有AF,DF和CC三种传输方式,此程序完成对AF传输过程的MATLAB仿真。(This program implements AF simulation using Matlab.)
- 2011-02-24 11:11:18下载
- 积分:1
-
new
Spectrum and cepstrum analysis
- 2011-05-18 10:21:13下载
- 积分:1
-
yijidaolibai
一级倒立摆的系统仿真动画,初始加速度为0,实现最基本的小车不动,摆杆动的仿真程序(An inverted pendulum system simulation animation, initial acceleration is 0, the most basic car does not move, moving pendulum simulation program)
- 2013-11-08 11:11:08下载
- 积分:1
-
chirp-
线性调频信号的脉冲压缩,合成孔径雷达(SAR)的第一个大作业的程序(the compression of chirp signal)
- 2013-12-03 16:03:44下载
- 积分:1
-
plot_hht
plotHHT为一个绘制信号希尔伯特谱的程序,主要为希尔伯特黄变换。(PlotHHT is a program for plotting Hilbert spectrum of signals, which is mainly Hilbert Huang transform.)
- 2019-02-18 16:48:53下载
- 积分:1
-
effects
Flash intro website template
- 2013-11-05 05:26:44下载
- 积分: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
-
BayesNetToolboxforMatlab
Bayes Net Toolbox for matlab,包含源码和说明(Bayes Net Toolbox)
- 2010-07-31 10:52:28下载
- 积分:1