-
bisection
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.
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) STOP.
- 2011-11-23 09:46:51下载
- 积分:1
-
kmeans
利用kmeans进行图像分类的matlab的实现(The realization of matlab kmeans image classification)
- 2012-10-03 09:17:09下载
- 积分:1
-
DSP
Prentice Hall Book----"Mathematical Methods and Algorithms for Signal Processing" matlab 源代码(Prentice Hall Book----"Mathematical Methods and Algorithms for Signal Processing" matlab source code)
- 2010-01-18 03:08:29下载
- 积分:1
-
ball
小球撞壁变色的matlab程序,以一图片为背景,小球随机移动,小球撞壁时颜色改变(The ball hit the wall discoloration matlab program)
- 2013-01-04 13:21:16下载
- 积分:1
-
Est_ML_CFO_TO_OFDM
基于循cp的粗小倍数频偏估计 利用ofdm符号的循环前缀(Cp-based crude through a small multiple frequency estimation using the ofdm cyclic prefix symbol)
- 2013-08-19 23:00:15下载
- 积分:1
-
xiezuo
协作通信中的AF,DF转发的matlab代码,其中还有一些是编码的代码。(Collaborative communication of AF, DF forwarding of matlab code, and some of them are encoded code.
)
- 2013-11-12 17:03:07下载
- 积分:1
-
dcrectifier
This simulation demonstrates the running of a DC motor with controlled (thyristor) line rectification (5 hp 240V 1200 rpm) rated torque Tr = 30 N.m.Results of out current and speed of the dc motor can be observed together with the rectifier voltage
- 2010-11-11 16:44:42下载
- 积分:1
-
NSOLT2014
用非分离重复过采样正交变换对图像进行去模糊,去噪声,超解像实验。(Repeat with the non separation of the image to blur, noise sampling orthogonal transform, super resolution experiment.
)
- 2015-04-16 16:52:00下载
- 积分:1
-
三点定位MATLAB代码
三点定位算法,利用MATLAB进行仿真,亲测有效。。。(Three-point positioning algorithm, using MATLAB for simulation, pro-test effective)
- 2019-01-09 15:08:57下载
- 积分:1
-
IdealLowPassFilterusingDFT
采用离散傅立叶变换实现的低通滤波器,希望对你们有用,MATLAB实现(discrete Fourier transform of the low-pass filter, and I hope to you useful MATLAB)
- 2007-04-24 16:27:54下载
- 积分:1