-
learningpid
本打包文件深入浅出,阐述PID算法及其应用。。。(Pid algorithm and its implementation)
- 2015-02-13 17:35:53下载
- 积分:1
-
chapter10
精通MATLAB数字图像处理与识别 chapter10 代码(Proficient in MATLAB digital image processing and recognition chapter10 code)
- 2013-12-05 20:49:21下载
- 积分:1
-
PAM
脉冲幅度调制解调 实验操作 实验原理 实验注意事项(Pulse amplitude modulation and demodulation principle experiment experimental experimental operation precautions)
- 2014-01-06 10:18:56下载
- 积分:1
-
ZnO
ZnO压敏电阻伏安特性编程。。。。。。。。。(ZnO)
- 2010-11-29 11:52:50下载
- 积分:1
-
jyy
此段程序可以将seg2数据转换为TSPwin处理的数据。(This section of the program can be converted into data TSPwin seg2 data processing.)
- 2014-09-26 16:15:43下载
- 积分:1
-
files
eigvec Eigenvectors and their geometric multiplicity.
eigval Eigenvalues and their algebraic multiplicity.
EIGSHOW presents a graphical experiment showing the effect on the
the unit circle of the mapping induced by various 2-by-2 matrices.
determ Matrix determinant plu.
cramer Solve the system Ax=b.
- 2014-11-19 02:14:03下载
- 积分:1
-
sprobnn
精通matlab编程语法, 熟练掌握matlab的用法,等(Proficient in matlab programming syntax, mastering matlab usage, etc.)
- 2013-12-30 09:01:39下载
- 积分:1
-
split
Split & Merge Algorithm
- 2014-01-03 17:05:56下载
- 积分:1
-
test
matlab下实现从硬盘文件读取数据并绘制图表的例程。对于简单的实验数据作图与处理很有用。(achieve matlab file to read data from the hard drive and charting routines. For simple plotting and processing of experimental data is useful)
- 2012-01-18 10:48:47下载
- 积分: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