-
Control_System_Simulation_with_MATLAB_example_expl
MATLAB控制系统仿真与实例详解,包括第五章到第十二章的所有源代码(Control System Simulation with MATLAB example explanation, including the fifth chapter to chapter XII of all source code)
- 2010-06-19 15:50:02下载
- 积分:1
-
CFARzz
说明: CFAR代码,CFAR是用于雷达的一种滤波方法,称为平均值滤波,本程序给出了主程序以及CFAR-function,并且有噪音图和信号图,可以进行比较分析(CFAR code, CFAR radar for a filtering method, known as average filtering, the process is the main program and CFAR-function, and the noise and signal map plan, it can conduct a comparative analysis)
- 2005-12-04 05:30:19下载
- 积分:1
-
mfile
ForMATLAB_2011a教程,matlab教程源代码,MATLAB使用和数学知识的丰富层次(ForMATLAB_2011a tutorials, matlab tutorial source code, MATLAB mathematical knowledge to use and rich gradation)
- 2013-07-10 20:00:09下载
- 积分:1
-
goldenSection
golden section method
- 2012-11-24 10:30:42下载
- 积分:1
-
nasze
neural network for matlab 7.14
- 2009-04-17 01:17:14下载
- 积分:1
-
power_3level
3 level power converter simulations file
- 2012-05-16 21:59:57下载
- 积分:1
-
pv_array
光伏电池阵列模型,用于多电池的光伏发电仿真模型的建立(Photovoltaic array model for multi-cell photovoltaic Simulation Model)
- 2013-09-20 22:36:43下载
- 积分:1
-
NMSE
通信NMSE,功放模型得到的数值计算结果业界一般采用归一化均方误差(Normalized
Mean Square Error, NMSE)来表征计算精度(Communication signals NMSE, pa model to get the results of numerical calculation of the industry generally adopts the Normalized mean square error (Normalized
Characterized by the Mean Square Error, the NMSE) calculation accuracy)
- 2015-10-09 14:35:40下载
- 积分:1
-
gsm
说明: GSM的仿真源码,比较详细,分为模块和全信道两部分(Simulation GSM source, more detailed, divided into modules and the entire channel in two parts)
- 2008-12-01 21:39:12下载
- 积分: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