-
AGAandLAGA
两种改进的遗传算法(自适应交叉概率的遗传算法,加入领域竞争策略的遗传算法)相比较的matlab程序,基于UCI的两个数据集,可直接运行程序观察效果。(both improved genetic algorithm (adaptive crossover probability of genetic algorithm, to field a competitive strategy of genetic algorithm) compared to the Matlab procedures, the UCI based on two data sets, can run the program directly observe the effect.)
- 2007-04-11 14:45:08下载
- 积分:1
-
kde-toolbox
matlab的核密度工具箱,非常实用,简单易用。(nuclear density matlab toolbox, very practical, easy to use.)
- 2013-07-29 19:02:13下载
- 积分:1
-
rx_viterbi_decode
移动通信系统中常用的维特比解码器的实现程序。(The codes of Viterbi Decoder for mobile communication.)
- 2014-02-23 19:58:41下载
- 积分:1
-
ddvip_com_043036df18ae2f
matlab+dct+数字水印,这实在linux系统下运行的程序。(matlab+ dct+ digital watermarking, which is running under linux system procedures.)
- 2009-05-08 13:55:09下载
- 积分:1
-
mywcdma_fdd_uplink
simulink模型 仿真WCDMA 上行链路(simulink of WCDMA uplink)
- 2010-12-24 15:50:10下载
- 积分:1
-
Heasive
Heasive函数的MATLAB编程实现,这对于计算混沌时间序列中的关联积分具有重要意义。(The Heasive function of the MATLAB programming, which is of important significance for the calculation of the chaotic time series correlation integral.)
- 2014-11-18 16:00:10下载
- 积分: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
-
decoder
这是一个无线网络的解码程序,可供接收机设计中作为参考用。(This is the decoding program.)
- 2010-05-13 10:00:14下载
- 积分:1
-
vq-Speakerrecognized
vq矢量量化,对说话人进行识别,内置有语音样本,识别率高达90 。对语音信号进行读取,预处理,特征参数提取,向量量,训练,对比识别。(vq vector quantization for speaker identification, built-in voice samples, the recognition rate of 90 . Read the speech signal, preprocessing, feature extraction, the amount of vector, training, recognition comparison.)
- 2014-05-14 23:30:19下载
- 积分:1
-
jishuangerweihuiduzhifangtudematlabchengxu
求图像二维灰度直方图的matlab程序,讲述了如何用MATLAB去编写二维灰度直方图.(Seeking two-dimensional gray scale image histogram matlab program, describes how to use MATLAB to write two-dimensional histogram.)
- 2010-09-17 16:06:45下载
- 积分:1