-
matlabparticle
基于粒子滤波实现的纯方位目标跟踪,最后证明该算法收敛(Particle filter based on the realization of the bearings-only target tracking, the final proof of the convergence of the algorithm)
- 2021-05-13 20:30:02下载
- 积分:1
-
rosslerhundun
使用matlab产生混沌时间序列的源代码(use Matlab chaotic time series generated source code)
- 2007-06-04 10:39:07下载
- 积分:1
-
PSO
example of matlab,optimization method which is used with different model.it will be useful for whom they want to learn Matlab by themselves1
- 2009-09-18 15:19:16下载
- 积分:1
-
myAR
该程序给出了基于AR时间序列建模的陀螺随机漂移模型,并利用卡尔曼滤波方法滤除陀螺随机漂移,经验证,有良好效果。(failed to translate)
- 2010-01-23 16:55:07下载
- 积分:1
-
Fuzzy-control-system-design
基于matlab的工具箱,应用模糊控制系统方法设计实现PID控制。(Based on Matlab toolbox, the application of fuzzy control system design method achieves the PID control.)
- 2012-06-02 22:14:48下载
- 积分:1
-
3.1.1
这是matlab宝典里面的源代码 相信对于开发着有所帮助(This is a matlab source code inside the book and I believe that the development of a help)
- 2008-04-07 13:41:10下载
- 积分:1
-
MATLAB_GUI
MATLAB GUI(Graphical User Interfaces-
图形用户界面)设计与制作(Designing of MATLAB GUI(Graphical User Interfaces))
- 2012-05-16 11:19:01下载
- 积分:1
-
yuyinzengqiang-chengxu
含噪语音的语音增强,包换多种算法的去噪效果对比,最后集中在一个操作界面上。(Speech enhancement in noisy speech, noise effect contrast to replacement of several algorithms, finally concentrated in one operating interface.)
- 2015-03-30 19:35:37下载
- 积分:1
-
Rombegrg
录入程序代码,并对该实验代码进行调试,检查程序代码中的语法和语义错误。
编写函数f(x)的代码如下:
Romberg算法¨
function z=f(x)
if (x~=0)
z=sin(x)/x
else
z=1
end
备注:在实验代码中,首先输入必要的变量的值如下:
a=0
b=1
tol=1e-8
待查询检查通过,开始输入执行代码
设置格式format short g查看u的值和sin(u)的值:
(Input program code, and debugging code for the experiment to check the program code in the syntax and semantic errors. The preparation of a function f (x) of the code is as follows: Romberg algorithm ¨ function z = f (x) if (x ~ = 0) z = sin (x)/x else z = 1 end Note: In the experimental code, First, enter the necessary value of the variable is as follows: a = 0 b = 1 tol = 1e-8 pending inquiries, checking through, began to enter the implementation of the code format format short g see u, values and sin (u) values:)
- 2009-12-28 22:03:42下载
- 积分:1
-
FDTD_PML_009876
this is a 2d fdtd in matlab
- 2013-10-08 09:43:48下载
- 积分:1