-
lds
Linear dynamical system. This set of functions performs inference and learning of a linear Kalman filter model. Inference is carried out via forward-backward smoothing, and learning is accomplished via the expectation maximization algorithm.
- 2009-12-16 13:30:09下载
- 积分:1
-
matlab
matlab三阶自适应推导模型,可以满足理想要求,努力多日的结果(matlab adaptive third-order model is derived to meet the ideal requirements, the results of the efforts of multi-day)
- 2008-07-12 17:11:55下载
- 积分:1
-
righthandedXY
三个空间错开漩涡光束右旋螺旋形焦点在xy平面的强度分布计算程序(XY distriburion of right handed spiral focal spot)
- 2013-10-26 17:37:34下载
- 积分:1
-
edgecheck
matlab编写的边缘检测程序,可以准确识别出图像的边缘。(edge detect)
- 2014-11-22 11:32:35下载
- 积分: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
-
pca
将图像进行主成分分析,并显示第一主成分,方法很好用的(The principal component analysis is performed and the first principal component is displayed.)
- 2021-04-22 15:28:48下载
- 积分:1
-
particlefilterprogram
说明: 对粒子滤波算法的原理和应用进行综述’首先针对非线性非高斯系统的状态滤波问题C阐述粒子滤波的原理D然后在分析采样=重要性=重采样算法基础上C讨论粒子滤波算法存在的主要问题和改进手段D最后从概率密度函数的角度出发C将粒子滤波方法与其他非线性滤波算法进行比较C阐明了粒子滤波的适应性C给出了粒子滤波在一些研究领域中的应用C并展望了其未来发展方向(QJPRQ Elc8&m :jelf dgwd99&jvdej gq:c&decwe 9d:ejv&chj&ec:d:cqi:pcrcw’8jfjgmdeelcg g&jgcd:"g g=
#diqqjdghj&ec:9: u&cfCelcmcgc:jvjwcdq h9d:ejv&chj&ec:d:cmjpcgCudqcwgelcdgd&rqjqhqedgwd:wd&m :jelf=jf9 :edgvc=:cqdf9&jgmhj&ec:Celc9h9d:ev&chj&ec:d:cwjqviqqcwdgwqcjf9:d:cj&&iqe:decw)
- 2011-02-28 18:20:37下载
- 积分:1
-
xinhao
信号,噪声,信号加噪声,FFT,matlab仿真,时域波形,频谱图(Signal, noise, signal plus noise, FFT, Matlab simulation, time-domain waveform, spectrogram)
- 2012-04-13 15:35:58下载
- 积分:1
-
three_dim_plot
The model used for creating the reference voltage is shown
in Fig. 4. First, photovoltaic output current (Ipv) and output
voltage (Vpv) are passed through a first order low pass filter
with a magnitude of G = 1 and a time constant of T = 0.01
seconds in order to filter out the high frequency components
or harmonics from these signals as shown in Fig. 5 and Fig. 6.
The filtered current and voltage signals (Ipv_F and Vpv_F) are
then fed into the MPPT control block that uses the Incremental
Conductance Tracking Algorithm. An algorithm that is based
on the fact the slope of the PV array power curve shown in
Fig. 7 is zero at the Maximum Power Point (MPP), positive on
the left of the MPP, and negative on the right. The MPP can
thus be tracked by comparing the instantaneous conductance
(I/V) to the incremental conductance (∆ I/∆ V) [11] as in (1):
- 2013-07-23 17:56:06下载
- 积分:1
-
CreatRoundAperture
关于非球面检测的一个matlab程序,运行一下你就知道(Detection of non-spherical a matlab program, run what you know)
- 2011-10-25 09:30:28下载
- 积分:1