-
Rayleigh-Fading-Simulation
rayleigh fading channel matlab codes
- 2013-11-04 05:38:26下载
- 积分:1
-
wavefilter
在MATLAB环境中,进行数字图像处理中常用到的小波函数系列之五,小波滤波器函数(In the MATLAB environment, to carry out commonly used in digital image processing of the wavelet function of the five series, wavelet filter function)
- 2009-04-27 15:28:45下载
- 积分:1
-
use_matlab_to_draw__curving_column
已知轴线方程,把圆柱按轴线分若干段,在每个断面画圆,圆的法线就轴线的切向方向。柱面画若干平行于轴线的线条,其中用到平行单位矢量点积等于1,不平行的结果是[-1,1)。
(Axis equations are known, according to the axis of the cylinder divided into several segments, each section in the circle, the circle axis normal to the tangential direction. Number of cylinders parallel to the axis of drawing lines, which use the parallel unit vector dot product is equal to 1, the result is not parallel to [-1,1).
)
- 2010-11-08 10:39:21下载
- 积分: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
-
TS_TSP
解决TSP问题的TS算法MATLAB实现,其中加入了变异算法,当然也可以去掉这个步骤,调用TS_TSP(N, inStart, IsBianYi),N是城市数目,inStart是起始城市的序号,IsBianYi就是选择变异否,如果为0则不要变异,否则就是结合变异算子的TS算法。
至于下面的参数可以自己调:
T:总的循环次数;
tabulength:禁忌长度;
Pby:变异概率;
(Solve the TSP problem MATLAB realize TS algorithm, which joined the variance algorithm, of course, this step can also be removed, call TS_TSP (N, inStart, IsBianYi), N is the number of cities, inStart is the serial number of the starting cities, IsBianYi is to choose variation has, if not for the variation of 0, otherwise, it is combined with mutation of the TS algorithm. As for the following parameters can be their own tune: T: total number of the cycle tabulength: taboo length Pby: mutation probability )
- 2007-10-19 16:03:51下载
- 积分:1
-
pcakpca
这是我的毕业设计,是一个有关PCA与KPCA对数据进行处理提取其特征的程序,采用C++与MATLAB设计而成。(This is my graduation project, a PCA and KPCA on the data processing procedures for extracting the features using C++ and MATLAB design from.)
- 2010-10-22 09:28:28下载
- 积分:1
-
matlabfiltermatrix
这是一个包含了至少6个matlab程序的文件,对滤波器,快速算法,多途处理有很大的帮助。
(this file it has at least six matlab programing,including fiter matrix fft fir and multiply channnel,they are all usefuland helpful.)
- 2010-01-10 20:43:38下载
- 积分:1
-
lbjsf
已知训练序列的LBG算法的matlab实现,(LBG algorithm matlab realize the known training sequence,)
- 2020-11-01 16:29:57下载
- 积分:1
-
equation
这是用matlab工具箱解决热传导微分方程的一个实例,这里用正六边形、圆形、矩形的三个算例,同时画出来了图像表示温度分布(you can use it to solve the equation and make a picture with matlab,it s easy and straight)
- 2014-01-16 10:00:25下载
- 积分:1
-
goat
说明: MATLAB实现基于遗传算法的数字图像分割 采用goat工具箱(MATLAB Image Segmentation)
- 2011-02-25 22:36:56下载
- 积分:1