-
Estimator_Blocks
Algortihms to estimate blocks of an image
- 2011-01-18 17:57:10下载
- 积分:1
-
LFM
雷达接收信号匹配滤波的matlab仿真,设定相关参数,得到匹配滤波后输出波形。(Radar matched filtering the received signal matlab simulation, set the parameters, obtained after the matched filter output waveform.)
- 2011-11-19 23:39:23下载
- 积分:1
-
matlab
matlab命令大全 使用matlab进行绘图或者仿真时很好的参考书(good reference for drawing when Guinness or simulation using matlab matlab command)
- 2013-12-03 12:25:53下载
- 积分:1
-
face
说明: 人脸检测的程序和文章,基于matlab。(face detection )
- 2010-04-01 10:48:47下载
- 积分:1
-
rs
说明: RS编译码原理基于MATLAB仿真程序 举例(RS encoding and decoding principle is based on MATLAB simulation program example)
- 2011-04-12 13:10:43下载
- 积分:1
-
DISANZHANG
本光盘为《详解MATLAB快速入门与应用》一书的配套光盘,包括以下内容:
1.“sample”文件夹:提供了本书各章范例的源程序。(The CD is " Getting Started with MATLAB Detailed application," a book supporting the CD, including the following:. 1 " sample" folder: each chapter provides examples of the book source.)
- 2013-11-29 21:23:12下载
- 积分:1
-
MATLAB-case-studies
matlab 40个案例分析 和60个程序代码,很详细,值得入手(matlab 40 case studies and 60 program code, in great detail, it is worth starting)
- 2014-01-14 11:03:11下载
- 积分:1
-
bilinear_interpolat2
说明: 双线性插值matlab代码。
子函数: bilinear_interpolat2()采用双线形插值实现图像放大
参数说明:
I_in - 输入待放大图像
N - 放大系数
I_out - 返回的放大图像
- 2011-04-02 21:02:22下载
- 积分:1
-
powspec
power spectrum analysis of the audio fingerprint system(power spectrum analysis of the audio finger rprint system)
- 2007-04-11 11:10:01下载
- 积分: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