-
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
-
-MIMO-system
CSI对MIMO系统容量影响的仿真与分析(Simulation and Analysis for MIMO system capacity CSI effect)
- 2013-12-09 16:40:40下载
- 积分:1
-
duomeiti
bicubic.m bilinear.m nearest.m多媒体实验m文件 用matlab软件实现(bicubic.m bilinear.m nearest.m)
- 2010-06-27 09:48:23下载
- 积分:1
-
Wavelet-based-texture-analysis
基于小波的纹理分析及其在FPC金面缺陷检测中的应用(Wavelet-based texture analysis and its application in FPC gold surface defect detection)
- 2013-12-21 16:04:19下载
- 积分:1
-
Metal-dielectric
该程序用于解决光学领域金属介质膜参数的问题,运行速度快。(The procedures for the settlement of the optical field of metal dielectric film parameter problem, fast running speed.)
- 2015-03-12 22:25:25下载
- 积分:1
-
Adaptive_LMS
lms for the simulation, this technique is used in egalization
- 2011-04-26 00:01:04下载
- 积分:1
-
异步电机电机最小二乘法参数辨识
以定子电压和电流为输入,用最小二乘法对异步电机进行参数辨识,包括定子电阻,转子电阻,定子电感,定转子互感。(With the stator voltage and current as the input, the parameters of the induction motor are identified by the least square method, including stator resistance, rotor resistance, stator inductance, stator and rotor mutual inductance.)
- 2017-07-28 11:32:21下载
- 积分:1
-
interlace_deinterlace
实现了通信中交织和解交织过程,参数可自定义输入(Realize the communication intertwined intertwined reconciliation process, input parameters can be customized)
- 2021-03-21 15:29:17下载
- 积分:1
-
3Dpeizhun
这是一个三维图像配准算法,程序调试通过,方便大家学习!(This is a three-dimensional image registration, program debugging through, facilitate learning!)
- 2010-12-10 10:52:26下载
- 积分:1
-
LDPC_BSN
说明: matlab仿真实现LDPC码编码译码(1/2)(LDPC Decoder for rate=1/2 Min-Sum, Sum-Product, Scaling Min-Sum Layered Decoding for Matlab Code )
- 2010-04-21 08:34:12下载
- 积分:1