-
recdiffq9
反应扩散问题长期在研究领域中c++去实现,
现在我们用MATLAB也可以(Reaction-diffusion problem in the area of research in long-term c++ to achieve, and now we can use MATLAB)
- 2009-04-03 14:20:15下载
- 积分:1
-
pid-matlab
简单pid和串级pid的matlab仿真(Simple cascade pid pid and the matlab simulation)
- 2011-07-26 12:56:03下载
- 积分:1
-
hansarprograms
Supporting matlab progs for Recursive Models of Dynamic Linear Economies by Hansen
- 2011-10-13 13:08:18下载
- 积分:1
-
Untitled6
光纤光栅梳状滤波器相关matlab程序,对通信专业本科毕业论文很有帮助(Fiber grating comb filter correlation matlab procedures, communications professional undergraduate thesis helpful)
- 2013-10-16 16:16:05下载
- 积分:1
-
mechanicalmodel
因此假设了一种机动目标模型:初始匀速直线阶段、匀速圆周运动阶段、返回匀速直线阶段,在此过程中线速度大小?v?保持不变。利用扩展卡尔曼(extended kalman filter, EKF)滤波算法进行定位跟踪,仿真结果表明,该假设模型既符合机动实际,又便于数学处理,并且滤波算法过程稳定,具有较快的收敛速度和较高的定位精度,提高了机动目标跟踪的精度和系统的实时性。(This paper proposes a maneuver target model: the initial phase of the uniform linear, uniform circular motion stage, returning to uniform linear stage, and the size of the line speed v remaining unchanged in this process. The extended Kalman filter (EKF) was used to track position, and simulation results show that the model is in line with the actual motor and easy to deal with the mathematics. The algorithm is stable and has rapid convergence rate and high positioning accuracy to improve the accuracy of the mobile target tracking and real?time system.)
- 2020-11-18 09:29:39下载
- 积分:1
-
amsys
amplitube modulation code matlab
- 2014-09-04 11:02:45下载
- 积分:1
-
src
AT91SAM7x256 EMAC程序。。。。。。(AT91SAM7x256 EMAC program。。。。。)
- 2012-11-19 22:12:30下载
- 积分:1
-
affine
图像的仿射变换,共包括4个文件,全都是matlab文件,分别为affine.m,grad.m,wrap.m,paremetric.m:,对于图像仿射变换以及图像的超分辨率重构非常有帮助。(image affine transformation, including a total of four documents, and all of Matlab documents, affine.m respectively, grad.m, wrap.m, paremetric.m :, for the affine transformation and the image of the super-resolution image reconstruction have been very helpful.)
- 2006-10-03 19:21:12下载
- 积分:1
-
Matlab
Matlab编程学习资料,对初学者有帮助。。。(Matlab programming to learn information useful for beginners. . .)
- 2009-05-21 21:03:24下载
- 积分:1
-
bisection_new
Step 1: Set i=1
FA=f(a)
Step 2: while i≤ No do step 3-6.
Step 3 set p=(a+b)/2
FP=f(p)
Step 4 if FP<TOL or (b-a)/2<TOL then
OUTPUT(p)
STOP.
prepared by Razana Alwee
24
Algorithm
Step 5 set i=i+1
Step 6 if FA.FP > 0 then set a=p
FA=FP
else set b=p.
Step 7 OUTPUT (‘Method failed after No iteration,
No=’, No)
- 2011-11-23 09:49:57下载
- 积分:1