-
Matlab-guide
it is a book for learning matlab in persian language
- 2013-07-09 17:00:34下载
- 积分:1
-
matlab-C
C语言与MATLAB接口编程与实例,一本很好的编程指导书!(C programming language and MATLAB interfaces and examples)
- 2011-05-16 10:48:52下载
- 积分:1
-
peronamalik
perona malik diffusion
- 2011-06-18 14:20:47下载
- 积分:1
-
Sciencedirect_articles_28Sep2014_02-11-03.119
BIOMEDICAL SCIENCE DIRECT PAPERS
- 2014-10-29 15:40:04下载
- 积分: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
-
commandedirect
modeling matlab simulation
- 2015-03-26 19:51:55下载
- 积分:1
-
Matlab-Optical-Example
介绍关于如何使用Optisystem Matlab Component(Introduce how to use Optisystem Matlab Component)
- 2020-08-23 15:08:17下载
- 积分:1
-
North Oil communications simulation of electronic books. Compiler environment ma...
北油通信仿真电子图书。编译环境matlab,全面地介绍了通信仿真的各种方法-North Oil communications simulation of electronic books. Compiler environment matlab, comprehensive introduction to various methods of communication simulation
- 2022-09-29 09:35:14下载
- 积分:1
-
test_nocoded_BPSK
未编码BPSK性能AWGN信道理论误码率(Performance of uncoded BPSK BER AWGN channel theory)
- 2010-08-05 21:52:06下载
- 积分:1
-
Arnold
数字水印预处理Arnold置乱程序。在水印的嵌入与提取中用来置乱图像。(Digital Watermarking Arnold scrambling pretreatment procedures. In the watermark embedding and extraction of images used to scrambling.)
- 2009-05-18 09:52:08下载
- 积分:1