-
GlobalAndNon-smoothOptimizationToolbox
非线性规划Matlab工具箱,比较全面,希望有用。(Matlab Toolbox for Nonlinear Programming, more comprehensive, I hope helpful.)
- 2010-08-19 05:46:57下载
- 积分:1
-
matlab 仿真领航跟随编队
matlab 仿真领航跟随编队, 仿真领航跟随编队( 仿真领航跟随编队)
- 2021-03-06 18:09:30下载
- 积分:1
-
ChaoticSaddles
详细介绍混沌序列
对混沌序列编程的指导十分有用
(Detailed introduction to the chaotic sequence of chaotic sequence programming guide very useful)
- 2007-11-07 21:32:14下载
- 积分:1
-
PCAW
权重PCA程序,程序是在PCA的基础上,对不同的主成分分配适当的权重,得出的算法程序,分类器采用距离分类器。(WPCA code)
- 2010-05-28 16:24:26下载
- 积分:1
-
GA
说明: 遗传算法解决旅行商问题 main.m为主程序 可修改参数(Genetic algorithm for traveling salesman problem)
- 2020-09-10 15:55:04下载
- 积分:1
-
115
提取目标位置参考点和目标匹配模板;使用基于区域特征的运动目标跟踪算法获取目标位置(像素)
(Extraction of target location and target reference points match template use region-based feature tracking algorithm for moving object target location (pixels))
- 2010-06-16 08:42:18下载
- 积分:1
-
WordRecognition
Recognition of the word
- 2010-06-26 19:05:12下载
- 积分:1
-
matlabexamples
基础的matlab程序,适合初学人员,多读多练,我觉得很好(Matlab-based program, suitable for novice staff, and more time practicing, I feel good)
- 2008-05-18 15:59:49下载
- 积分:1
-
LTE_transmition_technoiques
说明: 分析了LTE系统频率偏移,定时误差,信道估计问题等,并对广义Rake接收机和CPEDS接收机的性能做了比较。(Analysis of the LTE system frequency offset, timing error, channel estimation problems, and generalized Rake receiver performance receiver and CPEDS were compared.)
- 2010-04-07 16:22:51下载
- 积分: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