-
pf_slam_students
Iterative Closest Point
- 2012-02-05 22:10:07下载
- 积分:1
-
NSGA-II
说明: MATLAB的NSGA改进后的算法(MATLAB' s NSGA improved algorithm)
- 2010-04-21 09:30:28下载
- 积分:1
-
Seismic-wave-numerical-simulation
地震波数值模拟
该程序为地震波数值模拟程序,基于声波方程高阶有限差分格式,程序中参数已经进行了说明,对于初学地震波数值模拟的朋友很有帮助。该程序为matlab编制,可以直接进行成图,所得图形为波场快照。(Seismic wave numerical simulation)
- 2020-06-28 23:20:02下载
- 积分:1
-
ask-fsk-psk-modulation-matlab
This shows the ask. fsk. psk modulation
- 2014-10-27 00:12:46下载
- 积分:1
-
3
说明: 基于Matlab_simulink的系统仿真设计及应用的函数文件代码(System Simulation Based on Matlab_simulink a function of design and application file code)
- 2010-07-13 20:56:19下载
- 积分:1
-
licenseplateidentification
进行了车牌的定位识别matlab编程,有血药的可以借鉴。(Conducted license plate recognition matlab programming position, the drug can draw blood.)
- 2010-07-16 14:37:00下载
- 积分:1
-
inverse
Matrix inverse by Gauss-Jordan elimination
- 2010-03-06 17:21:56下载
- 积分:1
-
Dynamic-programming
此文件是matlab里典型的Berizer曲线的动态设计的源代码,可以方便实现该曲线的动态表达。(This file is in the typical Berizer matlab curve of the dynamic design of the source code, you can easily achieve the dynamic expression of the curve.)
- 2011-09-21 19:46:54下载
- 积分:1
-
PR_FUNCTION_TEST
比例谐振控制器功能性验证 PR 控制器,对三次及技术次谐波对应控制其输出做出分析(PR controler function test)
- 2014-11-26 10:11:06下载
- 积分: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