-
ALG026
STEFFENSEN S ALGORITHM
To find a solution to g(x) = x
- 2010-09-20 18:13:50下载
- 积分:1
-
MPSK2
it s acode to show the MPSK modluation
- 2014-11-26 02:53:05下载
- 积分:1
-
powerflow
潮流计算,用matlab解决潮流问题,只要修改其中的部分参数可以实现不同功能(Flow calculation, the trend of using matlab to solve the problem, as long as some of these parameters can be modified to achieve different functions)
- 2011-04-28 22:10:41下载
- 积分:1
-
relay-selection-and-power-control
此程序对协作通信的中继选择和功率控制,采用了蚁群算法。(The program of collaborative communication relay selection and power control, using the ant colony algorithm.)
- 2021-03-16 22:19:21下载
- 积分:1
-
firiir
FIR、IIR数字滤波器的Matlab仿真程序(FIR, IIR digital filter of the Matlab simulation program)
- 2009-04-15 08:44:08下载
- 积分:1
-
adaptivefir
说明: 自适应滤波器。自适应滤波器为11个权系数的FIR结构。(1)不同的方差σ2(2)LMS算法画出一次实验的误差平方收敛曲线,训练长度为500,给出滤波器系数;进行20次独立实验,给出平均收敛曲线。不同步长值的比较。(3)RLS算法,LMS和RLS算法的比较
(Adaptive filter. Adaptive filter weights for 11 of the FIR structure. (1) different variance σ2 (2) LMS algorithm for an experiment to draw square error convergence curve, the training length is 500, given filter coefficient conduct 20 independent experiments, given the average convergence curve. Are not synchronized long value comparison. (3) RLS algorithm, LMS and RLS Algorithms)
- 2008-11-18 22:01:00下载
- 积分:1
-
work
利用matlab解决B样条和bizer曲线,实现一种画图过程。(Using matlab to solve the B-spline, and bizer curve, a drawing process.
)
- 2012-04-15 08:48:33下载
- 积分: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
-
DS_CDMAsimulation
这个仿真程序用于实现DS-CDMA通信系统仿真(The simulation program used to implement DS-CDMA Communication System Simulation)
- 2010-08-12 06:30:14下载
- 积分:1
-
PSO
这是我编写的基于matlab的人工智能算法——粒子群优化算法,可以用于解决重要的优化问题(particle swarm optimization algorithm)
- 2014-08-28 16:31:45下载
- 积分:1