-
faultlocation_fancj
基于相量测量的输电线路故障测距新算法
关键词:相量测量;线路参数;故障测距(PMU for Transmission Line Fault Location Algorithm Key words: phase measurement line parameters fault location)
- 2010-07-15 13:00:48下载
- 积分:1
-
canny_edge_detector
Canny edge detection. It is an image processing algorithm for edg detection
- 2013-01-10 17:43:31下载
- 积分:1
-
pmx
Matlab遗传算法的部分映射交叉算子(pmx)源码。硕士论文论文参考(Matlab part mapping crossover operator of genetic algorithm (PMX) source
)
- 2014-09-06 15:16:07下载
- 积分:1
-
fhcq_zxmzf
用matlab程序模拟凤凰传奇《最炫民族风》的代码(song played by matlab)
- 2012-11-09 17:13:11下载
- 积分:1
-
chengcifenxi
层次分析系统的算法,我找了很久才找到的,很不错(Analysis System-level algorithms, looking for a long time before I found very good)
- 2007-09-07 20:34:25下载
- 积分:1
-
matlab_drawpicture
数学软件matlab可用于绘制各种二维和三维图像,介绍了matlab中的相关函数,附件中附带有各函数的例子,本人全都仿真过,全部可行(Mathematical software matlab can be used to draw a variety of two-dimensional and three-dimensional images, presented in the correlation function matlab, annex with examples from various functions, I have all simulation before, all feasible)
- 2010-01-05 10:52:52下载
- 积分:1
-
mlclass-ex1
教授 Andrew Ng 的maching learning 课excise1答案(the answer of the maching learning teaching by Andrew Ng )
- 2014-11-06 08:54:35下载
- 积分:1
-
Hough-transform-edge-detection
这是一个用MATLAB软件编写的基于HOUGH变换的边缘检测程序(This is a MATLAB software HOUGH transform based on edge detection program)
- 2011-08-31 18:49:49下载
- 积分: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
-
liushuxian
中文版DLX流水线技术相关方面介绍以及简单应用
适用于面对初学者讲解(Chinese version of the DLX pipeline technology-related aspects of introduction and a simple application
Suitable for beginners to explain face)
- 2014-12-09 21:33:45下载
- 积分:1