-
53-47-thickbox
in the name off GOD
i lave you
- 2010-12-04 08:01:36下载
- 积分:1
-
diaoyong
说明: matlab 基于形状的图像检索算法 关于七个不变矩的主要算法 中调用步骤! !!!!!!(matlab image retrieval algorithm based on the shape of seven invariant moments on the main algorithm, called the steps! ! ! ! ! ! !)
- 2010-05-04 14:22:50下载
- 积分:1
-
cal_dfeec_ipr
基于standford大学cioffi教授的经典算法,计算有线信道的无限冲击响应滤波器系数。(Based on algorithm proposed by Prof. Cioffi, calculate the optimal IIR coefficients for cable channel.)
- 2014-09-19 18:13:03下载
- 积分:1
-
pid
基于Z-N的PID参数整定,代码简单实用,适合初学者使用(ZN-based PID parameter tuning, the code is simple and practical, suitable for beginners)
- 2020-11-27 20:39:30下载
- 积分: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
-
Rayleigh_Doppler_singlePath
使用matlab编写的仿真带多普勒频移的单信道模型(Prepared using the matlab simulation with Doppler shift of the single-channel model)
- 2007-10-15 16:35:06下载
- 积分:1
-
rls
这是一个论文中给出自适应均衡的RLS算法的仿真程序(This is a paper given in the RLS algorithm for adaptive equalization of the simulation program)
- 2009-11-12 13:50:27下载
- 积分:1
-
fern
用matlab做得叶子的图像,二维的,可以是动态的(Using matlab to do the leaves of the images, two-dimensional, it can be dynamic)
- 2008-08-20 16:06:39下载
- 积分:1
-
paiduifangzhen
说明: 数学建模
排队仿真程序
matlab可实现(Mathematical Modeling queue matlab simulation program can be realized)
- 2009-08-22 18:53:05下载
- 积分:1
-
bisection
bisection numerical method
- 2010-05-16 04:30:55下载
- 积分:1