-
shiva_combined
program for inventory problem
- 2010-12-09 16:14:49下载
- 积分:1
-
5
说明: 液晶空间调制器的非线性及其在闭环系统中的应用(Nonlinear liquid crystal spatial modulator and its application in the closed-loop system)
- 2011-03-12 20:23:53下载
- 积分:1
-
Arithmetic_encoding_decoding
image is to be compressed and decompressed by using arithmetic coding.Assigning probability value which is to be between 0 and 1
- 2014-10-29 21:28:34下载
- 积分:1
-
PSO
粒子优化算法pso,matlab源代码~~~~(Particle optimization algorithm pso, matlab source code)
- 2009-05-22 00:17:18下载
- 积分:1
-
neidian
内点法 matlab程序,内点法最优潮流(Matlab program of the interior point method)
- 2020-09-18 04:47:55下载
- 积分:1
-
sapso
为了平衡粒子群算法的全局搜索能力和改良局部能力,采用非线性的动态惯性权重即自适应权重法。给出一个用自适应权重的粒子群算法求多元复杂函数的最小值实例。(To balance the PSO global search capability and improved local capacity, the use of non-linear dynamic adaptive inertia weight that the weighting method. Gives an adaptive weights PSO seeking the minimum of multiple instances of complex functions.)
- 2013-08-15 10:37:35下载
- 积分:1
-
matlab-CommunicateSimulation
使用matlab通信工具箱进行简单的通信仿真(To use matlab communication toolbox to simple communication simulation)
- 2013-03-11 17:27:00下载
- 积分:1
-
1234435
用matlab 7.0编写的滑模变结构仿真的例子。(S-function for continuous state equation
function [sys,x0,str,ts]=s_function(t,x,u,flag)
switch flag,
Initialization
case 0,
[sys,x0,str,ts]=mdlInitializeSizes
Outputs
case 3,
sys=mdlOutputs(t,x,u)
Unhandled flags
case {2, 4, 9 }
sys = []
Unexpected flags
otherwise
error([ Unhandled flag = ,num2str(flag)])
end
mdlInitializeSizes
function [sys,x0,str,ts]=mdlInitializeSizes
sizes = simsizes
sizes.NumContStates = 0
sizes.NumDiscStates = 0
sizes.NumOutputs = 3
sizes.NumInputs = 1
sizes.DirFeedthrough = 1
sizes.NumSampleTimes = 0
sys=simsizes(sizes)
x0=[]
str=[]
ts=[]
function sys=mdlOutputs(t,x,u)
x11d=sin(pi*t/2)
x21d=cos(pi*t)
x31d=1
sys(1)=x11d
sys(2)=x21d
sys(3)=x31d
)
- 2012-10-19 11:43:12下载
- 积分:1
-
fsk_matlab
fsk modulator/demodulator
- 2009-10-02 20:44:15下载
- 积分:1
-
起伏脉冲的检测概率
根据目标RCS起伏的特征给出相应的检测概率计算方法。书中常用的办法(According to the characteristics of the fluctuation of the target RCS, the corresponding detection probability calculation method is given. Common methods in books)
- 2017-11-25 15:18:55下载
- 积分:1