-
xibao
细胞检测,通过细胞颜色来给出结论判断是否为病变血细胞(Cell detection, to determine whether the conclusions are given for the lesions of blood cells)
- 2009-05-09 15:24:43下载
- 积分:1
-
EdgeDetection
For Edge Detection. we can use bwperim or bwhitmiss
- 2010-01-11 03:01:05下载
- 积分:1
-
data
Emulation of the brl instruction for IA64 processors that don t support it in hardware.
- 2014-09-25 11:35:18下载
- 积分:1
-
simulate-dpsk8
本例用matlab语言实现了8dpsk的编解码及通过awgn信道的仿真。采用蒙特卡罗仿真法,得到误码性能,绘制曲线。可用于算法研究或课程学习。(cases using the Matlab language of the codec 8dpsk and awgn channel through the simulation. Using Monte Carlo simulation, to be error performance, drawing curves. Algorithms can be used to study or courses.)
- 2006-05-28 14:41:40下载
- 积分:1
-
Automatic-Emotion-Recognition-by-the-Speech-Signa
This paper is based on emotion recognition of speech signals. Recognizing person s emotional state is an important task.
- 2014-10-08 15:00:10下载
- 积分:1
-
matlab-Ant-colony-algorithm
蚁群算法的源代码 并带有详细注释 强烈推荐!(Ant colony algorithm source code with detailed notes and highly recommended!)
- 2013-04-17 22:28:32下载
- 积分:1
-
CENTER-GM(1-1)
中心逼近时的灰色预测,根据实际情况通过不断调整matlab程序中的m值,达到更高的精度。(Change the grey prediction of background value, through the continuous adjustment of the m value in the matlab program according to the actual situation, to achieve higher accuracy.)
- 2015-03-11 22:29:27下载
- 积分:1
-
1
说明: 一些matlab雷达回波信号 以及一些窗函数的描述(some matlab program of radar echos and some windows function)
- 2009-02-12 20:27:00下载
- 积分:1
-
cpphtp5LM_08
Instructor Manual for CPP How to Program
- 2010-12-14 22:46:18下载
- 积分:1
-
filterImage
There are different m files for different filter to use.
perwit.m:=uses window Wx=[1 0 -1 1 0 -1 1 0 -1]/3
and Wy=Wx and then convolves this window with the image.
sobel.m:=uses window W=[1 0 -1 2 0 -2 1 0 -1]/4
lablacian.m=uses window W=[0 1 0 1 -4 1 0 1 0]
convolve.m=convolves window and image
- 2011-07-27 23:15:28下载
- 积分:1