-
Matlab-source
精通MATLAB综合辅导与指南的配套磁盘程序,本书介绍了MATLAB一般原理和基本运算,重点介绍了MATLAB图形用户界面的结构和使用方法,包括二维、三维图形的控制、色彩的配置、用户专用界面的创建。(Proficient in MATLAB comprehensive guide to counseling and supporting disk procedures, this book introduces MATLAB general principles and basic computing, focuses on the MATLAB graphical user interface structure and the use of methods, including two-dimensional, three-dimensional graphics control, color configuration, user-specific interface to create.)
- 2007-08-16 14:29:00下载
- 积分:1
-
pso-matlab
说明: 标准粒子群算法的matlab编程 有需要请下载(Standard particle swarm optimization matlab programming)
- 2010-04-13 16:17:46下载
- 积分:1
-
Matlab-Farsi
about matlab in persian language
- 2013-07-09 16:53:43下载
- 积分:1
-
my_PCA_KNN
用于人脸识别的PCAKNN算法,算法可成功运行。(a useful program, )
- 2011-09-05 20:34:53下载
- 积分:1
-
earth-geometry
input diameter,circumference,etc to find planet geometry
- 2014-09-12 21:48:20下载
- 积分: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
-
ICP-ps
Iterative Closest Point (ICP) 算法的改进型,精读高于原始版的,对点云噪声和漏洞的处理效果更好于原始版。(Iterative Closest Point (ICP) algorithm is improved, intensive than the original version.)
- 2013-07-16 19:55:43下载
- 积分:1
-
minnorm
现代信号谱分析 minnorm MATLAB 算法例程(spectral analysis of signals)
- 2012-05-11 14:28:35下载
- 积分:1
-
xinxilun
计算任意多个信号源的信息熵,信道容量迭代算法,线性分组码(Calculation of any source of information entropy, channel capacity iterative algorithm for linear block codes)
- 2012-06-13 21:45:05下载
- 积分:1
-
teksugtu
有CDF三角函数曲线/三维曲线图,欢迎大家下载学习,三相光伏逆变并网的仿真,LCMV优化设计阵列处理信号,分析了该信号的时域、频域、倒谱,循环谱等。( There CDF trigonometric curve/3D graphs, Welcome to download the study, Three-phase photovoltaic inverter and network simulation, LCMV optimization design array signal processing, Analysis of the signal time domain, frequency domain, cepstrum, cyclic spectrum, etc.)
- 2016-03-24 00:01:28下载
- 积分:1