-
matlab
MATLAB 实现Fibonacci法和0.618法(MATLAB realization of Fibonacci method and 0.618 France)
- 2009-11-03 18:32: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
-
RGB_avi
Run RGB Video and watch the R-G-B Video Components parralel to the original Video
- 2009-03-24 05:42:37下载
- 积分:1
-
xiaoboMATLABtools
小波变换及其MATLAB工具的应用,这个供大家学习研究用(Wavelet Transform and Its Application of MATLAB tools, for them to learn from this study)
- 2009-05-24 13:47:54下载
- 积分:1
-
UWB-Gausinn-5th-Derivetive
UWB五阶高斯脉冲信号发生源代码,用于生成UWB信号(UWB Gausinn 5th Derivetive)
- 2011-05-19 17:05:36下载
- 积分:1
-
robot
matlab robotics toolbox sample
- 2015-03-30 23:35:49下载
- 积分:1
-
matpower3.1b
matlab电力系统工具箱,3.1版的,附有中文说明(matlab power system toolbox, version 3.1, and be accompanied with a Chinese Description)
- 2007-11-29 20:10:14下载
- 积分:1
-
Capon-DOA
智能天线技术 DOA估计-算法 波达方向估计 capon算法
(Smart antenna technology in DOA estimation algorithm for DOA estimation algorithm for capon)
- 2021-03-24 20:49:17下载
- 积分:1
-
量子粒子群算法的matlab实现,有程序说明
说明: 量子粒子群算发代码,有中文注释,适合初学者编程学习。。。。。。。。。。(Quantum particle swarm algorithm code, with Chinese notes, suitable for beginners to learn programming..........)
- 2021-01-21 16:05:22下载
- 积分:1
-
lmd
时频分析方法,局域均值分解,MATLAB(time-frequency,local mean decompose,MATLAB)
- 2014-12-23 09:56:01下载
- 积分:1