-
Firstorderpredictordesign
一阶预测器的设计,可以查看权重系数图和均方误差图。(Predictor of first-order design, weight coefficient can view maps and mean square error map.)
- 2009-07-08 21:07:46下载
- 积分:1
-
KALMAN
This file includes kalman filter and induction motor model
- 2013-07-21 00:30:02下载
- 积分:1
-
nyquistmp_PS
通信仿真中用于抑制峰值畸变,本算法是基于nyquist算法的改进,效率增高(Communication simulation is used to suppress the peak distortion, the algorithm is based on Nyquist algorithm improvements, increased efficiency)
- 2013-03-20 12:10: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
-
fendhuiling
分水岭算法,共三个算法的比较,可直接运行,供大家参考,希望有用!(Watershed algorithm, three algorithms were compared, can be run directly for your reference, hope useful!)
- 2011-01-08 20:04:03下载
- 积分:1
-
Face_Angle_Neural_net
通过Matlab编程,以建立BP神经网络对人脸进行识别为例子,说明对BP神经网络的训练和模拟的过程。(Through Matlab programming to create BP neural network to recognize human faces as examples of the BP neural network training and simulation process.)
- 2010-05-22 10:40:49下载
- 积分:1
-
fiber_PML
fiber trasmission for PML boundary
- 2006-09-20 16:57:17下载
- 积分:1
-
Genetic-Algorithms
遗传算法是计算数学中用于解决最佳化的搜索算法,是进化算法的一种。进化算法最初是借鉴了进化生物学中的一些现象而发展起来的,这些现象包括遗传、突变、自然选择以及杂交等。遗传算法通常实现方式为一种计算机模拟。对于一个最优化问题,一定数量的候选解(称为个体)的抽象表示(称为染色体)的种群向更好的解进化。(Genetic algorithm is used to solve computational mathematics in optimizing search algorithm, an evolutionary algorithm. Evolutionary algorithm was originally borrowed evolutionary biology and developed a number of phenomena, these phenomena, including genetics, mutation, natural selection and hybridization. Genetic algorithms are usually implemented as a way of computer simulation. For an optimization problem, a number of candidate solutions (called individuals) abstract representation of the population (called chromosomes) to better solution evolution.)
- 2014-12-06 16:59:55下载
- 积分:1
-
imagedasar
Basic tutorial for image
- 2014-12-21 22:08:01下载
- 积分:1
-
Power-Electronics-in-wind-turbine-systems
power electronics in wind turbines
- 2012-10-14 22:08:14下载
- 积分:1