-
modulation
Process for Modulation type recognization system
- 2010-09-04 23:31:13下载
- 积分:1
-
Toolbox
This is a useful toolbox to study for SLAM with Matlab.
- 2009-10-15 12:58:37下载
- 积分:1
-
LTE_channel_estimation
说明: 有关LTE信道估计的硕士论文。主要讲上行信道的估计算法和实现(Master s thesis for LTE channel estimation)
- 2011-02-17 22:36:26下载
- 积分:1
-
PoissonFDTD
说明: 用有限差分法求解矩形域上的Poisson方程,matlab代码(matlab code to solve Poisson equation)
- 2011-03-24 15:13:37下载
- 积分:1
-
mhx
是属于清华大学出的书 数字信号处理及电子课件光盘内容(MATLAB very important MATLAB very important)
- 2009-05-22 09:14:47下载
- 积分:1
-
dasushu
rsa 大素数生成算法和说明 基于MATlAb(rsa large prime number generation algorithm and instructions Based on Matlab)
- 2012-05-12 00:38:39下载
- 积分:1
-
cog
This model defines the spectrum sensing in cognitive radio applications
- 2014-08-20 17:37:24下载
- 积分:1
-
obj_pro
用于目标跟踪,目标检测后用meanshift方法进行跟踪(For target tracking, target detection method after the track with meanshift)
- 2011-05-09 09:22:51下载
- 积分:1
-
Matlab-classic-tutorial
matlab学习教程,从入门到精通,适合初学者,编程仿真介绍比较全面(Matlab tutorial, entry to the master, suitable for beginners, the program simulation introduced more comprehensive)
- 2015-03-16 22:35:44下载
- 积分: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