-
matlab_ebook
有关MATLAB软件的超详细介绍 适合初学者(For details of MATLAB software for beginners super)
- 2010-11-23 19:48:37下载
- 积分:1
-
mpc
一个很简单的MPC程序,用于对MPC的研究与学习,对研究有一定的帮助(MPC xue xi)
- 2014-10-13 10:26:15下载
- 积分: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
-
Maximum-Entropy
In the distributed processing, where common labeled data may be not
available for designing classifier ensemble, however, an ensemble solution is
necessary, traditional fixed decision aggregation could not account for class prior
mismatch or classifier dependencies in electronic technology. Previous
transductive learning strategies have several drawbacks, e.g., feasibility of the
constraints was not guaranteed and heuristic learning was applied. We overcome
these problems by developing improved iterative scaling (IIS) algorithm for
optimal solution. This method is shown to achieve improved decision accuracy
over the earlier approaches in electronic technology
- 2015-03-18 21:44:09下载
- 积分:1
-
ANIM2
APPLICATION SMART ANTENNA3
- 2010-06-05 17:54:34下载
- 积分:1
-
matlab-program
说明: 经典Matlab编程以及教程,适合初学者学习(Matlab program)
- 2011-03-03 18:11:01下载
- 积分:1
-
newOFDM
OFDM 仿真程序,包括编码、调制,IFFT等。(OFDM simulation program,including coding,modulation and IFFT.)
- 2010-05-06 20:03:10下载
- 积分:1
-
Ant-colony-clustering-ant-colony-
蚁群聚类蚁群聚类蚁群聚类蚁群聚类蚁群聚类蚁群聚类(Ant colony clustering ant colony clustering clustering clustering clustering ant colony clustering)
- 2011-05-24 17:05:54下载
- 积分:1
-
xiaoboPc
小波变换已应用到工程的各个方面,但一般只是应用MATLAB的小波工具包来编程,有时需要自己编程实现,故这里给出了DB4小波变换的C实现(Wavelet transform has been applied to all aspects of the project, but generally only apply MATLAB wavelet toolkit for programming, sometimes need their own programming, so here is a DB4 wavelet transform C implementation)
- 2014-12-08 10:09:40下载
- 积分:1
-
AS-74_3115_neural_networks_-_basics
THIS IS INRODUCTION TO ARTIFICIAL NETWORKS
- 2013-04-10 16:53:44下载
- 积分:1