-
aimagegrowregion
MATLAB CODE FOR binary image segmentation
- 2010-11-09 20:00:27下载
- 积分:1
-
CP0201_TRANSMITTER_2PPM_TH
超宽带的matlab仿真2ppm的仿真代码希望能有帮助(Matlab simulation of ultra-wideband 2ppm simulation code can help)
- 2012-05-17 11:22:20下载
- 积分:1
-
filter
各种滤波器的设计,包括高斯低通滤波器。hilberrt带通滤波器,插值滤波器等等。(Various filter design, including Gaussian low-pass filter. hilberrt band-pass filter, the interpolation filter and so on.)
- 2013-07-10 11:51:06下载
- 积分: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
-
RobustControlofaMassDamperSpringSystem
一个详细的matlab设计鲁棒控制器的例程,有设计过程和相应的代码积分析,学习鲁棒控制的好的入门资料。(A detailed design of robust controller matlab routines, there is the design process and the corresponding code plot analysis, to study the robust control of a good introductory information.)
- 2008-01-26 09:53:58下载
- 积分:1
-
systemblockdiagram.pdf
system radar in simulink
- 2009-04-09 02:43:51下载
- 积分:1
-
object-intersection
blender script to make a object intersection
- 2014-01-12 21:59:12下载
- 积分:1
-
matlab_code_style
本文详细介绍了matlab下的编程风格指南,对于规范编程有一定的指导意义(the code style of matlab)
- 2010-06-13 15:48:01下载
- 积分:1
-
tongbu
matlab仿真程序:扩频发射接收机用匹配滤波器的方法同步(matlab simulation program: spread-spectrum receiver with matched filter fired way synchronization)
- 2008-04-14 10:34:46下载
- 积分:1
-
RDWT-enchancement
image 2d enchancement using redundant discrete wavelet algorithm
- 2014-02-05 11:15:58下载
- 积分:1