-
Matlab
hamming distance in viterbi by leduy
- 2010-12-01 15:04:18下载
- 积分: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
-
siftDemoV4
此压缩包为图像识别中sift算法demo,以MATLAB为开发平台。(This archive sift algorithm for image recognition demo, for the development platform in MATLAB.)
- 2011-11-13 18:48:58下载
- 积分:1
-
111
求积分的matlab源程序,该程序的执行效率比较高,并且简单。(Quadrature matlab source, the efficiency of the program is relatively high, and simple.)
- 2013-12-11 18:05:21下载
- 积分:1
-
9radar-systems
雷达系统建模与仿真:回波波形、中放后波形、I/Q相干检波后波形、脉压后波形、MTI对消后波形、相参积累后波形、取模后波形、cfar后波形(Radar System Modeling and Simulation: echo waveform, the waveform after the release, I/Q coherent detection shaped pulse waveform after, MTI cancellation after wave, after wave coherent integration after modulo waveform, cfar waveform)
- 2014-01-13 18:07:47下载
- 积分:1
-
PakToBmp
算法VC调用matlab中定义的.m文件中的函数的实例(VC algorithm called defined in Matlab. M document examples of the function)
- 2005-05-30 01:20:44下载
- 积分:1
-
btrecognition
步态识别的一篇博士论文,对学习步态识别非常有用.(Gait recognition of a doctoral dissertation on the study and gait recognition is very useful.)
- 2010-03-02 15:09:17下载
- 积分:1
-
fenlie2_mian.zip
耳蜗实质上相当于一个滤波器组,耳蜗的滤波作用是在对数频率尺度上进行的,在1000HZ下,人耳的感知能力与频率成线性关系;而在1000HZ以上,人耳的感知能力与频率不构成线性关系,而更偏向于对数关系,这就使得人耳对低频信号比高频信号更敏感。Mel频率的提出是为了方便人耳对不同频率语音的感知特性的研究。频率与Mel频率的转换公式为(on logarithm frequency scale, under the 1000 hz, the perception of the human ear and a linear relationship with frequency In more than 1000 hz, the perception of the human ear does not constitute a linear relationship with frequency, and prefer to logarithmic relationship, which makes the human ear is sensitive to low frequency signal is better than high frequency signal. Mel frequency is put forward in order to facilitate the ear of the study of speech perception characteristics of different frequency. For frequency and Mel frequency conversion formula )
- 2014-08-18 12:23:48下载
- 积分:1
-
assign
说明: The setting of the game is very simple: a bunch of people sitting at a round table throwing a dice at each turn, and things happen according to the value of the dice. We define moving right as moving forward on the linked list and moving left as moving backwards on the linked list.
- 2019-04-30 10:56:08下载
- 积分:1
-
job
有m台不同的机器,n个不同的工件。每个工件有多道工序,每道工序由指定的机器在固定的时间内完成。一道工序一旦开始处理,就不能中断。每台机器一次只能处理一道工序。一个调度就是决定每台机器上工序的处理顺序,使得机器完成所有工件的时间最短。具体的,该问题就是要求在满足(1)、(2)两个约束条件的前提下,确定每台机器上工序的顺序,使加工的时间跨度(从开始加工到全部工件都加工完所需要的时间)达到最小。其中,(1)表示工件约束条件:对每个工件而言,机器对它的加工路线是事先确定的;(2)表示机器约束条件:对每台机器而言,一次只能对一道工序进行加工。()
- 2007-09-18 23:30:48下载
- 积分:1