-
Untitledfudian
利用MATLAB中的浮点编码编写遗传算法,较为新颖简便。(Using floating-point MATLAB code written in the genetic algorithm, more innovative easy.)
- 2011-02-09 11:34:39下载
- 积分:1
-
voronoi
matlab生成的voronoi图,可用于多相复合材料的计算问题。(to creat a voronoi )
- 2011-04-20 09:56:03下载
- 积分:1
-
ga2
遗传算法的matlab实现 提供了功能主函数 实现了最优解的迭代寻找(The genetic algorithm matlab function main function iteration to find the optimal solution)
- 2012-11-19 18:26:54下载
- 积分:1
-
matlab编写的流体计算和传热程序
用matlab编写的关于流体计算和传热的几个程序(Fluid flow calculation and heat transfer program written by MATLAB)
- 2020-07-03 00:40:02下载
- 积分:1
-
OQPSK-Demodulator-projekt
OQPSK Demodulation Project in Matlab.
OQPSK means offset quadrature phase shift keying. an important modulation scheme in IEEE 802.15.4
- 2009-07-14 17:24:29下载
- 积分:1
-
AWGN-BPSK
这个Matlab程序计算在高斯白噪声(Additive White Gaussian Channel )下BPSK调制中的错误概率。(The Matlab procedure in the Gaussian white noise (Additive White Gaussian Channel) under BPSK modulation of the error probability.)
- 2008-06-29 19:44:32下载
- 积分:1
-
modle
说明: 基于色彩分割的matlab程序,完成人脸定位(Matlab program based on color segmentation, face detection completed)
- 2010-04-26 10:41:38下载
- 积分: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
-
IEEE30BusSystemCDF
bus system data for matlab code
- 2020-06-21 20:00:02下载
- 积分:1
-
radial_dist_laodflow
This runs the distribution loadflow for a radial distribution system, it is a matlab code
- 2009-06-17 16:43:36下载
- 积分:1