-
ACATSP
说明: 用MATLAB工具解决旅行商问题,适合广大学生及程序员使用(sovle )
- 2011-04-15 23:58:39下载
- 积分:1
-
universal-characteristic-curve
发动机万有特性曲线的画法以及代码MATLAB(Engine universal characteristic curve drawing method and MATLAB code)
- 2013-10-22 16:15:49下载
- 积分:1
-
shang
一个近似熵的源代码,一个熵代码,主要运行环境:matlab.第一个主要用与生物信号的检测,主要用于生物医疗工程的信号处理方面。(由matlab高手编)(An approximate entropy of the source code, an entropy code, the main operating environment: matlab. The first major use with the bio-signal detection, mainly for biomedical signal processing aspects of the project. (From matlab master ed.))
- 2007-09-26 16:59:34下载
- 积分:1
-
chap11
《visual c++matlab图像处理与识别实用案例精选》源码(" Visual c++ matlab image processing and recognition of practical cases selected" source)
- 2009-05-09 22:57:34下载
- 积分:1
-
linear
Linear discriminant analysis (LDA) and the related Fisher s linear discriminant are methods used in statistics, pattern recognition and machine learning to find a linear combination of features which characterizes or separates two or more classes of objects or events. The resulting combination may be used as a linear classifier, or, more commonly, for dimensionality reduction before later classification.
- 2013-11-22 22:37:35下载
- 积分:1
-
trial2
This code shows the effect of deltas on an OFDM system
- 2014-10-10 00:40:56下载
- 积分:1
-
3x3-neighbor-pixel
Description
All the filters have needed neighbor data the current pixel in the image,here this function(res_window=cover_window(how many neighbor value for row ,how many neighbor value for column ,input image) produce the result( res_window(row,col,total size))
input
inp_img=2d data(row * col)
w=cover size
w=[3 3] = 3x3 cover pixel generation
output
o_img=result 3d
o_img(w(1),w(2),r*col)
if
inp_img=[1 2 3 4 5 6 ]
w=[3 3]
Soloution
it will construct new image
new_img=[0 0 0 0 0 0 1 2 3 0 0 4 5 6 0 0 0 0 0 0]
result
o_img(:,:,1)=[0 0 0 0 1 2 0 4 5]
o_img(:,:,2)=[0 0 0 1 2 3 4 5 6]
finally
o_img(1:3,1:3,6)
example
a=imread( pears.png )
b=rgb2gray(a)
c=cover_window( b,[3 3]) 3x3 window construction
- 2014-10-24 17:14:14下载
- 积分:1
-
2ray
一般室内信道模型,利用瑞利衰落通过10000次信道得到2径模型,并生成指数模型,程序齐全,脚本都在里面,有中文注释(The general indoor channel model uses Rayleigh fading through 10000 channels to get the 2 path model and generate the exponential model. The program is complete, the script is in it, and there are Chinese annotations.)
- 2018-03-01 16:14:04下载
- 积分:1
-
CAIMD
Thus file is a pdf. Explains discretization algorith CAIM for MAtlab
- 2010-01-19 10:35:52下载
- 积分:1
-
Geometrical-grouplets
说明: mallat关于grouplet的文章,内容非常详细,并有相关仿真(mallat on grouplet article, very detailed and relevant simulation)
- 2011-03-21 14:38:13下载
- 积分:1