-
matlab
数值方法(MATLAB版)第四版的上机答案 语言是matlab 一般每个题目一个文件夹 主程序一般为main文件(Numerical methods (MATLAB version) fourth edition of the machine language is the answer to every problem a general matlab folder as the main file main general)
- 2013-10-05 17:14:36下载
- 积分: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
-
PSO
结合实例详细介绍了各种改进的PSO算法及应用(Detail with examples of various improved PSO algorithm and application)
- 2012-10-03 17:42:35下载
- 积分:1
-
tracking_Balace_Accelerate
对于目标跟踪在WSN中的应用,采用二项式拟合方式的目标位置预测源码(WSN mobile targets tracking)
- 2012-01-06 21:33:30下载
- 积分:1
-
Chapter_14
波形信道的仿真,主要是多径衰落包括了散射模型和离散模型(Channel waveform simulation, mainly multipath fading include scattering model and the discrete model)
- 2007-11-27 22:28:53下载
- 积分:1
-
TDE
实现互双谱法进行时延差估计的函数。有详细使用说明。(Time-delay estimation using cross-cumulant method with detailed usage.)
- 2009-11-23 22:36:25下载
- 积分:1
-
modulation(QPSK-16QAM-64QAM)
说明: 利用matlab实现QPSK,16QAM,64QAM三种调制方式的调制和解调。(Using matlab to achieve QPSK, 16QAM, 64QAM modulation of three modulation and demodulation.)
- 2011-04-11 20:25:58下载
- 积分:1
-
chengxu
S函数编写的自抗扰控制器,已经试验过,没有问题(ADRC controller is written by S function, it has been tested and there is no problem.)
- 2013-10-13 13:53:08下载
- 积分:1
-
The-feedback-control-system
反馈控制系统设计与分析(随书源程序,薛定宇)(The feedback control system design and analysis (with the book source code, Xue Dingyu))
- 2012-06-13 00:07:09下载
- 积分:1
-
yiqunsuanfa
蚁群算法的matlab代码,对于数学建模非常有用。(Ant colony algorithm matlab code, very useful for mathematical modeling.)
- 2013-12-09 12:58:06下载
- 积分:1