-
gsc
本程序给出了自适应波束形成的GSC算法,并对其进行了MATLAB仿真。(This procedure gives the GSC adaptive beamforming algorithms and MATLAB simulation was carried out.)
- 2010-06-07 15:49:34下载
- 积分:1
-
data
MATLAB7.x数字信号处理 光盘内容(Digital Signal Processing MATLAB7.x CD-ROM content)
- 2009-04-25 09:39:17下载
- 积分:1
-
MinTree
对一个无向图求其最小生成树,图用邻接矩阵表示(Find the minimum spanning tree)
- 2012-01-05 22:22:58下载
- 积分:1
-
cdma_codec
CDMA TECHNOLOGY SIMULATION USING MAT LAB CODE
- 2013-05-15 21:39:20下载
- 积分:1
-
FastICA_25
盲源分离的快速算法,非常好用,直接调用函数即可使用,(Fast algorithm for blind source separation, very easy to use, can be used directly call the function,)
- 2012-11-27 19:16:38下载
- 积分:1
-
脚本代码svpwm调制-svpwms_out
说明: script code svpwm modulation
- 2020-06-22 02:00:01下载
- 积分:1
-
1
说明: 边射直线阵天线波束方向图演示程序 直线阵最常见的工作模式(Broadside linear array antenna beam pattern demo linear array of the most common mode of)
- 2010-10-26 14:48:06下载
- 积分:1
-
MSmart
matlab coade source for beam pattren for the simutalion of smart antenna in matlab
- 2011-01-27 16:52:41下载
- 积分:1
-
pca
pca进行人脸识别的原理和代码,特征脸方法,图像重建(PCA for face recognition principle and code, Eigenfaces method, image reconstruction)
- 2012-04-25 23:06:22下载
- 积分: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