-
matlab-bin
MATLAB 二进制 相关函数介绍
十进制数转换为二进制数 等(MATLAB binary correlation function)
- 2012-10-27 11:20:55下载
- 积分: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
-
npuzzle
implementacion de un algoritmo para el puzzle 8
- 2010-08-01 11:43:11下载
- 积分:1
-
work
说明: 运用遗传算法的思想,通过MATLAB及遗传算法工具箱,实现了函数最值的运算求解!(The idea of the use of genetic algorithms, and genetic algorithm through MATLAB toolbox to achieve the most value of the function of computing to solve!)
- 2008-10-27 00:41:31下载
- 积分:1
-
LDPC
ldpc的编码和译码方法,译码我验证过了,都是对的,包括wbf和bf译码方法,编码方法包括四种不同的编码方法(LDPC encoding and decoding method, decoding I verified, all is right, including any WBF and bf decoding method, the encoding methods include four different coding methods
)
- 2014-09-23 15:31:25下载
- 积分:1
-
10.1.1.92.940.pdf
mobility models for wirelss networks
- 2017-08-24 13:17:50下载
- 积分:1
-
SOM-Toolbox
Toolbox to implement SOM nural network in matlab
- 2011-06-14 03:37:06下载
- 积分:1
-
vbdiaoyo32
介绍了作为开发软件的重要工具Visual Basic和MATLAB的发展情况,论述了利用Visual Basic 6.0中的ActiveX技术调用MATLAB的计算引擎,给出了Visual Basic和MATLAB联合开发的方法,使MATLAB 能在VB环境下运行,实现了VB的可视...
(Introduced as an important tool for the development of software development in Visual Basic and MATLAB, discusses the use of Visual Basic 6.0 ActiveX technology to call MATLAB computational engine, Visual Basic and methods are given jointly developed MATLAB, MATLAB can make the environment in VB run to achieve a combination of VB and MATLAB visualization interface powerful numerical analysis capabilities, to play their respective advantages. text with a simple example illustrates the use of MATLAB software can enable the production of more sophisticated applications.)
- 2014-01-19 16:46:42下载
- 积分:1
-
sound_propagation
利用Matlab,实现水下声传播模型仿真(Use Matlab simulation of underwater sound propagation model)
- 2016-10-10 21:22:16下载
- 积分:1
-
PadeMethod
Pade递推算法,完成插值,收敛快,精度较一般多项式插值高(Pade recursive algorithm to complete the interpolation, convergence and accuracy higher than the general polynomial interpolation)
- 2010-06-18 16:46:08下载
- 积分:1