-
ceshi
基于Matlab的CDMA通信系统下行信道的仿真_张兵(CDMA communication system simulation
)
- 2015-04-08 09:12:56下载
- 积分:1
-
change-Artificial-potential-field
这是改进的人工势场法可以用于机器人避障,希望对你的学习有所帮助(This is improved artificial potential field method can be used in robot obstacle avoidance)
- 2016-04-18 15:10:44下载
- 积分:1
-
SANSHE
这个程序是杨儒贵研究生教材《高等电磁场理论》中的程序,讲解电磁场后向散射(This procedure is expensive Yang Ru graduate textbook "Advanced Electromagnetic Field Theory" program, to explain electromagnetic backscatter)
- 2013-11-11 01:00:09下载
- 积分:1
-
wsn-node
WSN中节点确定性部署算法代码,通过MATLAB运行,可以实现(WSN node deterministic deployment algorithm code, through the MATLAB operation, can be achieved)
- 2017-04-16 20:44:10下载
- 积分:1
-
UPFC
digsilent软件平台下关于最优潮流计算的仿真(digsilent software platform simulation on optimal power flow calculation)
- 2013-10-23 18:45:43下载
- 积分:1
-
LSB_Embed_Ashar
Implementation of Watermarking by LSB Method.
- 2009-07-15 22:58:28下载
- 积分:1
-
MATLAByuju
这些都是matlab有关图像处理的语句,很基本的。(These are related to image processing matlab statement, very basic.)
- 2010-05-16 15:18:10下载
- 积分:1
-
Learn-Matlab-7.0
本教程提供了使用MATLAB的实践性指导,它基于MATLAB6.0版,内容由浅入深,特别是本书对每一条命令的使用格式都作了详细而又简单明了的全英文说明(This tutorial provides a practical guide to using MATLAB, which is based MATLAB6.0 version of the content digest, especially for the book using the format of each command are detailed yet simple and clear instructions in English)
- 2013-08-11 00:38:05下载
- 积分: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
-
DSp
Here i attach the MATLAB codings for dsp applications. with the help of these coding we can easily design the dsp applications
- 2013-07-30 14:03:53下载
- 积分:1