-
pso_vcpp
粒子群算法
粒子群优化算法(PSO)是一种进化计算技术(evolutionary computation),有
Eberhart博士和kennedy博士发明。源于对鸟群捕食的行为研究PSO同遗传算法类
似,是一种基于叠代的优化工具。系统初始化为一组随机解,通过叠代搜寻最优
值。但是并没有遗传算法用的交叉(crossover)以及变异(mutation)。而是粒子在
解空间追随最优的粒子进行搜索。(pso
粒子群优化算法(PSO)是一种进化计算技术(evolutionary computation),有
Eberhart博士和kennedy博士发明。源于对鸟群捕食的行为研究PSO同遗传算法类
似,是一种基于叠代的优化工具。系统初始化为一组随机解,通过叠代搜寻最优
值。但是并没有遗传算法用的交叉(crossover)以及变异(mutation)。而是粒子在
解空间追随最优的粒子进行搜索。)
- 2009-07-15 14:07:42下载
- 积分:1
-
pw2
利用MATLAB解决偏微分方程中的一些问题,如插值求解(Partial Differential Equations using MATLAB to solve some problems, such as interpolation to solve)
- 2007-11-11 14:01:16下载
- 积分:1
-
Matlabppt
MATLAB语言进行控制系统仿真和辅助设计的讲义,为科学研究打下基础(MATLAB language control system simulation and design of the notes, lay the foundation for scientific research)
- 2007-12-04 20:49:01下载
- 积分:1
-
series2parallel
Simulink is a graphical extension to MATLAB for the modeling and simulation of systems. In
Simulink, systems are drawn on screen as block diagrams. Many elements of block diagrams are
available (such as transfer functions, summing junctions, etc.), as well as virtual input devices
(such as function generators) and output devices (such as oscilloscopes). Simulink is integrated
with MATLAB and data can be easily transferred between the programs. In this tutorial, we will
introduce the basics of using Simulink to model and simulate a system.
- 2011-01-30 01:01:25下载
- 积分:1
-
Read_Data_From_TXT2
将signltap采集的数据导入到matlab进行,将txt文件数据导入到matlab( )
- 2013-09-03 19:03:28下载
- 积分:1
-
RLS
recursive least squares learning algorithm in fuzzy system
- 2014-11-21 19:47:51下载
- 积分:1
-
改进信赖域牛顿算法
说明: 求解大规模无约束最小化问题,使用信赖域算法,其中信赖域子问题使用截断共轭梯度法(The trust region algorithm is used to solve the large-scale unconstrained minimization problem, in which the truncated conjugate gradient method is used for the trust region subproblem)
- 2020-12-18 18:50:46下载
- 积分:1
-
mc-cdma
主要是对MC-CDMA系统的仿真,基于MATLAB环境中的,对初学者有一定帮助。(Mainly for MC-CDMA system simulation, MATLAB-based environment, have some help for beginners.)
- 2009-06-11 16:46:13下载
- 积分:1
-
Building-GUIs-with-MatLab
Building GUIS with Matlab
- 2012-11-30 18:53:48下载
- 积分:1
-
matlab34214
求序列向量xn的傅里叶变换和离散傅里叶变换并画出它们的幅频特性和相频特性曲线,验证离散傅里叶变换是傅里叶变换的等间隔采样,验证IDFT和DFT的唯一性(Find the Fourier transform of the sequence xn vector and the discrete Fourier transform and draw their amplitude-frequency characteristic and phase-frequency characteristic curve, verify the discrete Fourier transform is the Fourier transform of equally spaced sampling, verification of IDFT and DFT Uniqueness)
- 2013-05-25 23:34:26下载
- 积分:1