-
laplacian_of_gaussian_convolution_filter.m
laplasian gaussian filter
- 2010-12-15 10:23:02下载
- 积分:1
-
fusion
说明: 配电网规划必须满足辐射性和连通性,配电网扩展规划问题随机产生的初始群体中往往存在大量不可行解,采用根节点融合法可确保方案的可行性。(Distribution network planning must meet radiation and connectivity, distribution network expansion planning problem with randomly generated initial population there is often a large number of infeasible solutions, use of root fusion method to ensure feasibility.)
- 2010-05-04 09:37:43下载
- 积分:1
-
DBF
这是我们的课程作业,有自适应DBF和LCMV的DBF(This is our course work, there are adaptive for DBF DBF and LCMV)
- 2013-09-17 20:52:00下载
- 积分:1
-
OFDM
this is related to ofdm
- 2010-08-12 02:07:51下载
- 积分:1
-
blocks-0.1.1
说明: 国外牛人写得背景分割程序,供大家参考!………………(background)
- 2010-04-02 11:44:53下载
- 积分:1
-
MFiles
ou can use this M-file as a guideline for implementing CRC code generation using the Communications Toolbox functionality. This M-file does not include the error detection process, but you can easily use the process specified below to perform the CRC check:
- 2010-05-09 23:45:49下载
- 积分:1
-
Grid-method-with-the-lingo
网格法与lingo,内含例子及多个matlab代码(Grid method with the lingo, containing examples matlab code)
- 2013-03-11 15:25:55下载
- 积分:1
-
facetocheck
一个matlab写的人脸识别源代码,比较好用,代码也比较规范(Write a matlab source code for face recognition, more easy to use, fairly standard code)
- 2010-05-19 14:37:05下载
- 积分: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
-
Power-Flow
电力系统潮流IEEE算例大全,有详细说明文档(Power flow IEEE examples Daquan, detailed documentation
)
- 2013-08-07 15:49:40下载
- 积分:1