-
p197muxian33
计算配电网的潮流,以IEEE40节点为例,输出具有良好的收敛特性(Trend of the calculation of the distribution network, to IEEE40 nodes, for example, the output has a good convergence characteristics)
- 2013-04-18 14:48:09下载
- 积分: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
-
SOMSUANFAMATLAB3
这个程序再matlab2012b版本上调试成功,以前在毕业设计的时候在网上找到的资料,希望对大家有用,SOM算法,matlab程序,是经典的教科书的例子程序(This program debug version then matlab2012b success in graduate design information previously found on the Internet when we want to be useful, SOM algorithm, matlab program, is a classic textbook example of program)
- 2014-01-16 13:10:24下载
- 积分:1
-
zuiyou
说明: 本程序是基于方向优先权的机器人最优路径寻找算法,也可用于求解迷宫的最短路径,算法中是以100*100的格点为实例的,其中标0的位置为可行的点,标1的为障碍物,参考者可以根据自己的情况修改场地信息矩阵和起始点、目标点中间的算法不用修改
(This procedure is based on the priority direction of the robot to find the optimal path algorithm can also be used to solve the maze of the shortest path algorithm is 100* 100 grid points for the instance, which marked the location of 0 points as possible, standard 1 for the barrier, reference conditions can modify the site according to their own information matrix and the starting point, target points do not modify the middle of the algorithm)
- 2010-04-19 21:20:46下载
- 积分:1
-
Quater_car
四分之一汽车simulink模型,可用于仿真或控制系统开发(Fourth car simulink model can be used for simulation or control system development)
- 2014-01-28 14:42:13下载
- 积分:1
-
A_Brief_Tutorial_on_Interval_Type-2_Fuzzy_Sets_an
This tutorial illustrates the basic ideas of interval type-2 (IT2) fuzzy sets and systems, and provides a Matlab
implementation of IT2 fuzzy logic system (FLS). One obstacle in learning IT2 fuzzy logic is its complex notations.
In this tutorial we try to avoid these notations and give the reader some intuitive understanding of IT2 FLSs. We
also briefl y discuss approaches for reducing the computational cost of IT2 FLSs and the fundamental differences
between IT2 and type-1 FLSs.
- 2013-04-28 16:13:37下载
- 积分:1
-
Manual-for-Matlab-toolbox-EKFUKF
matlab ekf and ukf manual,讲解的很详细,很有参考价值(matlab ekf and ukf manual)
- 2011-01-23 19:01:03下载
- 积分:1
-
ns_note
说明: 较权威的NS培训文档,希望对大家有所帮助(NS training more authoritative document, we want to help)
- 2010-04-28 18:43:09下载
- 积分:1
-
fading
Program to simulate Rayleigh fading using a p-th order autoregressive model AR(p) according to
Baddour s work: Autoregressive modeling for fading channel simulation , IEEE Transaction on Wireless Communications, July 2005.
- 2016-07-09 02:43:24下载
- 积分:1
-
robot_mobil
program wich simulate a navigation system which used to avoid obstacal and go to the targetp point using potential method
- 2013-09-30 18:06:29下载
- 积分:1