-
BER_codigoHamming
Hamming code. Simulation the BER to a code Hamming
- 2013-07-28 06:18:07下载
- 积分:1
-
gscale
GSCALE Scales the intensity of the input image.
G = GSCALE(F, full8 ) scales the intensities of F to the full
8-bit intensity range [0, 255]. This is the default if there is
only one input argument.
G = GSCALE(F, full16 ) scales the intensities of F to the full
16-bit intensity range [0, 65535].
G = GSCALE(F, minmax , LOW, HIGH) scales the intensities of F to
the range [LOW, HIGH]. These values must be provided, and they
must be in the range [0, 1], independently of the class of the
input. GSCALE performs any necessary scaling. If the input is of
class double, and its values are not in the range [0, 1], then
GSCALE scales it to this range before processing.
The class of the output is the same as the class of the input.
Copyright 2002-2004 R. C. Gonzalez, R. E. Woods, & S. L. Eddins
Digital Image Processing Using MATLAB, Prentice-Hall, 2004
$Revision: 1.5 $ $Date: 2003/11/21 14:36:09 $
- 2014-10-07 09:10:58下载
- 积分:1
-
dftsum_by_anup
Matlab function to implement the DFT equation:
X = DFTsum(x) where x is an N point vector containing the values x(0),..., x (N − 1) and X is the corresponding DFT.
- 2015-01-11 02:10:03下载
- 积分:1
-
AIPSO
免疫粒子群混合优化算法整定PID,该方法将免疫算法中的基于浓度的抗体繁殖策略
与粒子群优化算法相结合。对浓度低的粒子进行促进,对浓度高的粒子进行抑制,因而保持了粒子的多样性,克服了PSO 算法易于陷入局部最优点的缺点,寻优速度快。(PID paramaters optimization by AIPSO)
- 2020-10-09 10:27:35下载
- 积分:1
-
Microgrid_pso
Microgrid paper based on PSO and MOPSO algorithm
- 2020-06-30 05:20:02下载
- 积分:1
-
FT
说明: 禁忌(Tabu Search)算法是一种亚启发式(meta-heuristic)随机搜索算法,它从一个初始可行解出发,选择一系列的特定搜索方向(移动)作为试探,选择实现让特定的目标函数值变化最多的移动。为了避免陷入局部最优解,TS搜索中采用了一种灵活的“记忆”技术,对已经进行的优化过程进行记录和选择,指导下一步的搜索方向,这就是Tabu表的建立。(Tabu Search algorithm is a meta-heuristic random search algorithm. It starts from an initial feasible solution, chooses a series of specific search directions (movement) as a trial, and chooses to achieve the movement that makes the most changes in the value of a specific objective function. To avoid falling into local optimum, TS search uses a flexible "memory" technology to record and select the optimization process that has been carried out, and to guide the next search direction, which is the establishment of Tabu table.)
- 2020-12-19 20:59:09下载
- 积分:1
-
communication_matlab
通信原理的好书,一步步matlab讲解,由浅入深,值得看~(Communication theory books, matlab explain step by step, progressive approach, it is worth watching ~)
- 2011-11-02 14:33:19下载
- 积分:1
-
yibudianjishiliangkongzhi
异步电动机的矢量控制仿真,用simulink做的,里面还有一个讲解用的PPT。(Induction motor vector control simulation, simulink do, there is also a narrator with the PPT.)
- 2013-05-20 09:14:14下载
- 积分:1
-
top99
说明: 最传统的拓扑优化程序,99行,使用优化准则算法(OC算法)(The most traditional topology optimization program, 99 lines, uses optimization criteria algorithm (OC algorithm))
- 2019-11-21 15:59:55下载
- 积分:1
-
RBFnonlinearsystemmodeling
用RBF网络进行非线性系统建模,未使用matlab工具箱(RBF networks with non-linear system modeling)
- 2009-03-26 13:13:23下载
- 积分:1