-
image
NSD检测边缘算子,可用于一维信号二维图像,检测阶跃边缘(NSD edge detection operator, the signal can be used for one-dimensional two-dimensional image, the edge detection step)
- 2011-05-16 09:43:43下载
- 积分:1
-
Mo-phong-MA-TRUYEN-TIN
Transmit Code Source
- 2011-08-07 22:50:55下载
- 积分:1
-
Model1_from_matlab_to_c
这是剑桥某个老头写的基于MATLAB的心理声学掩蔽曲线FFT后(This is an old man writing Cambridge MATLAB-based psychoacoustic masking curve after FFT)
- 2021-03-23 16:19:15下载
- 积分:1
-
matlab
关于matlab的一本书,吕梁山编写的matlab与通信仿真的书籍,写的很好,很有参考价值(A book on matlab, matlab Luliangshan written books and communication simulation, well written, useful reference)
- 2010-05-16 15:07:29下载
- 积分:1
-
tulun
matlab在图论中的应用,属于十大算法之一(matlab in graph theory, belongs to one of the Top Ten algorithm)
- 2012-08-21 01:59:11下载
- 积分:1
-
BNBGUI
matlab数学建模工具箱,非线性整数规划图形工具(matlab toolbox of mathematical modeling, graphical tools for nonlinear integer programming)
- 2011-11-02 16:55:46下载
- 积分:1
-
hfss_full_book
天线仿真软件HFSS,其中包括天线和微波网络的仿真学习。(Antenna simulation software HFSS, including antennas and microwave network simulation study.)
- 2013-11-07 10:04:02下载
- 积分: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
-
采用music算法对doa进行估计 MATLAB
利用matlab采用music算法对doa进行估计(estimate doa)
- 2016-08-30 15:52:41下载
- 积分:1
-
PV_Model2
光伏电池通用模型,完全手制。很好拟合I-V/P-V曲线。经验证可很好运行(Photovoltaic cells universal model, completely hand-made. Well simulated IV/PV curve. Proven to be a good run)
- 2012-11-26 11:49:36下载
- 积分:1