-
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
-
gold_sequence
Gold序列因为其良好的伪噪声特性,经常作为CDMA扩频系统仿真中的用户扩频序列,用MATLAB可以产生各种长度的Gold序列优选对,在此基础上,产生混沌序列等其他性质的扩频序列也很容易。(MATLAB script for Illustrative Gold sequence generation)
- 2015-03-11 23:46:45下载
- 积分:1
-
OFDM
OFDM基本原理仿真程序,本程序是基于IFFTFFT实现的OFDM系统仿真(The basic principles of OFDM simulation program, this program is implemented based on the OFDM system simulation IFFTFFT)
- 2009-10-23 10:37:43下载
- 积分:1
-
NewModel_PUBLIC
四旋翼飞行器在MATLAB下的建模程序,非常好,非常真实(Four-rotor aircraft under the MATLAB modeling program, very good, very durable)
- 2011-05-23 22:01:13下载
- 积分:1
-
PCALDA
MATLAB USPS数据下的PCA和LDA算法实现程序。测试通过。(MATLAB USPS data under the PCA and the LDA algorithm program. Test.)
- 2010-07-07 11:09:44下载
- 积分:1
-
mtd-xip
MTD primitives for XIP support. Architecture specific functions.
- 2015-03-05 10:10:07下载
- 积分:1
-
Matlab
这个文件是,opendss与matlab交互编程的标准示例,可以帮助学习者更快的掌握opendss与matlab的交互(This file is a standard example opendss interact with matlab programming, can help learners to quickly grasp the interaction with the matlab opendss)
- 2013-12-16 23:21:39下载
- 积分:1
-
matlab
教程示范,如何数学建模,以及解非线性方程组(Tutorial example, how mathematical modeling and nonlinear equations)
- 2010-05-16 16:36:49下载
- 积分:1
-
PSO
PSO algorithm for solving basic question. It combine with c1 and c2, which their sum are between 0 to 4.
- 2013-10-16 00:57:02下载
- 积分:1
-
rake-receiver
Rake receiver in uwb 802.15.3a
- 2014-02-10 23:10:37下载
- 积分:1