-
turbo
Turbo码编码仿真程序,在Matlab环境下仿真,适用于初学者。(Turbo coding simulation program, in the Matlab simulation environment for beginners.)
- 2009-01-06 20:38:54下载
- 积分:1
-
PSO
标准粒子群算法的实现思想基本按照粒子群算法(2) 标准的粒子群算法的讲述实现。主要分为3个函数。第一个函数为粒子群初始化函数
InitSwarm(SwarmSize......AdaptFunc)其主要作用是初始化粒子群的粒子,并设定粒子的速度、位置在一定的范围内。本函数所采用的数据结构如下所示:
表ParSwarm记录的是粒子的位置、速度与当前的适应度值,我们用W来表示位置,用V来代表速度,用F来代表当前的适应度值。在这里我们假设粒子个数为N,每个粒子的维数为D。(His thought of the implementation of the standard particle swarm algorithm according to the particle swarm algorithm (2)- the standard particle swarm algorithm about implementation. Mainly divided into three functions. The first function of particle swarm initialization function InitSwarm (SwarmSize... AdaptFunc), its main function is to initialize particle swarm particle, and set the particle s velocity, position in a certain range. The function of data structure is as follows: ParSwarm record table is the particle s position, speed and the current fitness value, we use W to represent the position, represented speed with a V, to represent the current fitness value with F. Here we assume that the number of particles N, each particle dimension for D.)
- 2015-01-09 18:40:08下载
- 积分:1
-
ofdm-matlab
基于matlab 的ofdm调制,主要采用bpsk的调制方式,有误码率测试(Ofdm matlab-based modulation, mainly bpsk modulation, there is a bit error rate test)
- 2015-04-19 16:52:03下载
- 积分:1
-
智能微电网中利用粒子群算法实现微电网多目标优化
说明: 针对智能微电网优化配置问题,分别对微电网中风机、光伏和储能电池进行容量设计,并采用粒子群算法对系统进行优化配置。(Aiming at the optimization configuration of the smart microgrid, the capacity design of the wind turbine, photovoltaic and energy storage batteries in the microgrid are respectively carried out, and the particle swarm algorithm is used to optimize the configuration of the system.)
- 2021-04-04 00:19:04下载
- 积分:1
-
save_parameters
this file implements the saving of the simulation results for wimax 802.16e matlab simulator. can be used for communications simulations. implemented as a matlab function file. very easy to use
- 2012-01-23 23:26:56下载
- 积分:1
-
surf_from_scatter
It is a very useful matlab program to plot a 3D graph by using sfunction and it shows how to use multiplexur for x, y and z signals. Enjoy it and good luck.
- 2010-06-17 22:26:48下载
- 积分:1
-
utilities
Some useful matlab functions
- 2010-09-26 02:27:46下载
- 积分:1
-
dcolordisplay
Display complex-valued data using domain coloring
- 2011-01-21 09:26:36下载
- 积分:1
-
Generator
Cluster generator。
By using this application it is possible to generate the well-known atomic clusters like Mackay-Icosahedron, Marks- and Ino-decahedrons and also fcc- and bcc-clusters.(Cluster generator。)
- 2012-04-27 13:52:12下载
- 积分:1
-
geneticalgrithmprogram
BNB20 Finds the constrained minimum of a function of several possibly integer variables.
% Usage: [errmsg,Z,X,t,c,fail] =
% BNB20(fun,x0,xstatus,xlb,xub,A,B,Aeq,Beq,nonlcon,settings,options,P1,P2,...)
%
% BNB solves problems of the form:
% Minimize F(x) subject to: xlb <= x0 <=xub
% A*x <= B Aeq*x=Beq
% C(x)<=0 Ceq(x)=0
% x(i) is continuous for xstatus(i)=0
% x(i) integer for xstatus(i)= 1
% x(i) fixed for xstatus(i)=2
%(BNB20 Finds the constrained minimum of a fu nction of several possibly integer variables. % Usage : [errmsg, Z, X, t, c, fail] =% BNB20 (fun, x0, xstatus, xlb, xub, A, B, Aeq, Beq, nonlcon. settings, options, P1, P2, ...)%% BNB solves problems of the form : Minimize% F (x) subject to : xlb)
- 2007-04-02 12:24:33下载
- 积分:1