-
DV_Hoplast
说明: 这个是用matlab实现dvhop非基于测距的算法仿真(This is achieved using matlab dvhop simulation algorithms are not based on distance)
- 2011-04-13 15:47:17下载
- 积分:1
-
Hui-Zhi-2D-3D-Tu-Xing
利用VC和Matlab混合编程,Release文件夹下可直接运行,绘出2D和3D图形。并且可以在VC 6.0环境下调试,注意文件夹中的readme文档说明。(Using VC and Matlab to program, Release folder can be run directly, draw 2D and 3D graphics. And it can debugging in VC 6.0 environment, pay attention to the folder readme documentation.)
- 2014-02-08 19:13:53下载
- 积分:1
-
免疫优化算法解决物流中心选址matlab
说明: 针对物流配送中心选址优化问题中存在的多方面影响因素,难以精准实现优化选址的问题,通过综合考虑网点的物资需求量与配送时间的影响,建立结合配送时间的选址模型,并使用一种免疫优化算法对物流配送中心选址问题进行解决.(Immune optimization algorithm for location of logistics distribution center)
- 2021-03-04 20:49:32下载
- 积分:1
-
Desktop
多径效应的时域表示实际上就是不同路径来的信号存在随机的时延差。对于抗其它扩频信号干扰性能,及抗多址干扰性能。我们这里考虑简单的情况,只考虑一个用户干扰的情况,说明其具有抗多址干扰性能就行。(Multipath effect is actually a time domain representation of the signal path to the existence of different random time delay difference. Other spread spectrum signal for the anti-interference performance, and anti-MAI performance. Here we consider the simplest case, considering only one user interference, indicating its performance with anti-multiple access interference on the line.)
- 2013-11-13 16:37:09下载
- 积分:1
-
pid--pso
pso - pid matlab code fo control
- 2010-06-09 17:59:55下载
- 积分:1
-
pde3
partial differential equation 3 matlab
- 2010-02-06 01:01:25下载
- 积分:1
-
simulink_matlab
matlab仿真教程,simulink模块讲解(matlab simulation tutorial)
- 2011-05-07 13:48:20下载
- 积分:1
-
112379431-MATLAB-GUI-Lecture-2-Components-in-GUI
COMPONENT FOR GUIDE MATLAB
- 2014-11-03 13:36:07下载
- 积分:1
-
Heteroscedastic-Gibbs-Sampling
Heteroscedastic Gibbs Sampling Example
- 2011-11-30 22:39:50下载
- 积分: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