-
2
说明: matlab实现:①递推增广最小二乘参数估计(RELS)②确定性系统的递推梯度校正参数估计(RGC)③递推最小二乘参数估计(RLS)④递推极大似然参数估计(RML)⑤递推随机牛顿参数估计(RSNA)(Matlab: (1) augmented recursive least square parameters estimation (RELS) (2) of a deterministic system recursive gradient correction parameter estimation (RGC) (3) recursive least squares (RLS) (4) parameter estimation, the recursive maximum likelihood parameter estimation (RML) (5) recursive random Newton parameter estimation (RSNA)
)
- 2011-12-05 19:08:57下载
- 积分: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
-
SG
说明: 在matlab平台上,实现对数据的平滑、去噪处理,得到平滑后的数据。(On the MATLAB platform, the data can be smoothed and denoised to get the smoothed data.)
- 2019-11-20 21:03:08下载
- 积分:1
-
FEM
说明: 用有限差分法求解电机槽电磁场的经典案例,对象为一个闭口槽,激励源为电流密度(Motor using the finite difference method to solve a classic case of slot fields)
- 2011-03-16 22:05:02下载
- 积分:1
-
nlayerScaCoeff
一个雷达回波模拟的matlab程序包,含有在RCS服从卡方分布,瑞利分布,对数正态分布下目标的的雷达散射截面模拟子程序,(Matlab simulation of a radar package, containing the RCS subject to chi-square distribution, Rayleigh distribution, lognormal distribution of the target' s radar cross section simulation subroutine,)
- 2010-10-05 10:57:55下载
- 积分:1
-
MAS_OND2
programme de simulation MAS onduleur
- 2011-07-16 19:47:36下载
- 积分:1
-
01233154[1]
一种用于非同步采样下的通信时,通过误差测量算法和多项式插值以达到同步的目地的论文。来源于I(A non-synchronous sampling of communications, through error measurement algorithm and polynomial interpolation in order to achieve synchronization of the thesis purpose. From I)
- 2007-08-27 17:26:05下载
- 积分:1
-
hurst
求解长相关指数程序,简单,可以比较一下(Solving long-range dependence index procedure, simple, can compare)
- 2007-10-29 17:05:11下载
- 积分:1
-
新建 好压 ZIP 压缩文件
直流双闭环调速系统,给定电机参数,仿真结果基本预期结果(DC Double Closed Loop Speed Regulation System)
- 2019-03-20 11:00:26下载
- 积分:1
-
蝙蝠算法 BAS_example
说明: MATLAB程序,蝙蝠算法,进行函数寻优(bat search algorithm)
- 2019-12-18 16:21:46下载
- 积分:1