-
saolei
最近在关注gui,这是在网上找到的基于matlab gui的扫雷游戏源码,适合入门级试验学习。(Recent concern about the gui, this is the Internet to find matlab gui-based source of mine game, suitable for entry-level pilot study.)
- 2007-08-07 02:25:03下载
- 积分:1
-
Numerical.Methods.in.Engineering.with.MATLAB
this is a good book about the numerical methods in matlab . from this book you can learn a lot
- 2010-06-22 18:11:52下载
- 积分:1
-
MATLABsuanfa
(包含了规划问题、数据分析、解方程、绘图、插值与拟合的matlab源程序及相关说明)((Includes planning, data analysis, solving equations, plotting, interpolation and fitting matlab source code and instructions))
- 2010-08-23 10:38:39下载
- 积分:1
-
BPSKRayleigh
说明: BPSK 在瑞利衰落信道中的信噪比的MATLAB仿真。。(BPSK in Rayleigh fading channel signal to noise ratio of the MATLAB simulation. .)
- 2020-10-11 20:47:33下载
- 积分:1
-
fft&conv
快速傅立叶变换和圆周卷积的通用MATLAB源程序,非常有参考价值(Fast Fourier Transform and Convolution circumference generic MATLAB source code, very useful)
- 2006-06-19 08:56:33下载
- 积分:1
-
Matlabyufa
Matlab功能与法法上传,请采用 希望采用挺好挺全的(Matlab function and method of upload, please use)
- 2014-11-20 15:26:29下载
- 积分:1
-
matlab-Tutorial-ebook
这是一本关于MATLAB的电子书,格式是PDF,里面介绍很详细,是新手学习的好帮手。(This is a book about MATLAB format is PDF, which introduced a very detailed novice learning a good helper.)
- 2012-10-17 16:36:13下载
- 积分:1
-
Untitled
ssb modulation and demodulation for three tone signal
- 2010-05-13 17:27:41下载
- 积分: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
-
msminimization
this is a new alghorithm about tabu search....
- 2013-05-26 16:49:11下载
- 积分:1