-
JAD
JADE算法分析 用于独立分量分析和盲源分离算法(JADE algorithm)
- 2015-04-13 09:18:41下载
- 积分:1
-
模拟信号dsb和ssb调制 dsb-and-ssb
模拟信号dsb和ssb调制基于simulink的仿真(Dsb and ssb analog signal modulation simulink simulation-based)
- 2016-01-31 22:35:29下载
- 积分:1
-
GTbimatrixgames
双矩阵对策博弈论,求解博弈论纳什均衡,得出优化结果。(Game Theory)
- 2016-04-16 16:57:09下载
- 积分:1
-
Edgedetection
在matlab环境下,结合c语言,给出了常用三种图像处理的代码:灰度图像边缘检测,K-L变换,图像的统计直方图。(In the matlab environment, the combination of c language, given the commonly used three types of image processing code: gray-scale image edge detection, KL transform, the image histogram statistics.)
- 2007-11-28 17:48:13下载
- 积分:1
-
estimation1
正太分布的贝叶斯参数估计,写的很详细,很有用(This code is based on the Bayesian threshold segmentation, very useful)
- 2012-05-07 23:34:31下载
- 积分:1
-
K-mean-clustering
K-mean方法聚类 实现多幅图像的K均值方法的聚类并显示(K-mean clustering,Efficient method to achieve multiple images of the K-means clustering method and display)
- 2011-12-23 12:19:05下载
- 积分:1
-
Application-and-skills-MATLABX
说明: 本书详细讲述了MATLAB的基础用法、编程技巧及应用实例,是学习MATLAB的优秀参考书。(The book describes in detail the basis for the use of MATLAB, programming techniques and application examples, is an excellent reference book to learn MATLAB.)
- 2009-08-19 23:03:57下载
- 积分:1
-
DOE
MATLAB编译,主要是与船舶相关的编译程序,简单方便,易于使用。(MATLAB compilation, mainly related to ship compiler, simple, convenient and easy to use)
- 2017-07-18 09:49:11下载
- 积分:1
-
Nested_Triangles
Given the number of triangles N , the MATLAB function plots nested triangles.
- 2010-10-01 01:10:49下载
- 积分: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