-
Image_filtering
利用函数实现图像滤波以及采用两种不同的方法生成一个2-D滤波器并设计一个截止频率为0.5的理想低通滤波器(Image filtering in two diffferent way and simulate a low-passfilter.)
- 2009-03-13 22:34:39下载
- 积分:1
-
YEJING
5151程序集51programmeYEJING.rar5151程序集51programmeYEJING.rar(51) the procedures set) programmeYEJING.rar51) assembly) programmeYEJING.rar)
- 2007-12-20 21:12:34下载
- 积分:1
-
OFDM
此源代码应用于OFDM仿真,一个OFDM符号128个有效符号,插入128个虚拟子载波(OFDM emulation)
- 2010-05-17 16:19:00下载
- 积分:1
-
CalendarTable
用MATLAB编写的一个能够自动匹配计算机的日历代码。(A computer can automatically match the calendar code written using MATLAB.)
- 2013-04-21 14:20:05下载
- 积分:1
-
location0506
输电线路双端不同步故障测距程序,matlab的程序,利用两端数据计算故障距离(Two terminal lines are not synchronized fault location procedure, matlab procedures, the use of both ends of the data to calculate the fault distance)
- 2014-05-13 23:04:16下载
- 积分:1
-
MATLABpractice
战胜matlab比做练习题,非常有用的学习资料,用它学习matlab,从入门到精通,面面俱到(Matlab exercises to overcome than done, a very useful learning materials, use it to learn matlab, from entry to the master, everything)
- 2008-04-17 17:17:47下载
- 积分:1
-
1
说明: matlab使用垂直Sobel算子,自动选择阈值
[VSFAT Threshold]=edge(f, sobel , vertical )
边缘探测
figure,imshow(f),title( 原始图像 ),
显示原始图像
figure,imshow(VSFAT),title( 垂直图像边缘检测 )
显示边缘探测图像
使用水平和垂直Sobel算子,自动选择阈值
SFST=edge(f, sobel ,2)
figure,imshow(SFST),title( 水平和垂直图像边缘检测 )
显示边缘探测图像
使用指定45度角
Sobel算子滤波器,指定阈值
s45=[-2 -1 0 -1 0 1 0 1 2]
SFST45=imfilter(f,s45, replicate )
SFST45=SFST45>=2
figure,imshow(SFST45),title( 45度角图像边缘检测 )
显示边缘探测图像
(matlab I=rgb2gray(I0)
J0=double(I) [VSFAT Threshold]=edge(f, sobel , vertical ) figure,imshow(f),title figure,imshow(VSFAT),title)
- 2013-12-18 15:42:14下载
- 积分:1
-
lyh_evapor
蒸发器非线性模型仿真,包括蒸发器模型s函数(control system for evapor including sfun of nonlinear model)
- 2010-10-07 12:32:10下载
- 积分:1
-
SPSO
SPSO基本算法,有详细的解释,适用于初学者!(The SPSO basic algorithm, detailed explanations, suitable for beginners!)
- 2013-03-06 21:18:07下载
- 积分:1
-
Quadratic-programming-matlab-code
二次规划的matlab源代码,很有用的优化工具!(Quadratic programming matlab source code, very useful optimization tool!)
- 2013-09-25 00:05:23下载
- 积分:1