-
Kalman
kalman滤波程序,一维信号分析,供参考(kalman filtering procedures, one-dimensional signal analysis, for reference)
- 2009-06-13 20:32:54下载
- 积分:1
-
Forward
说明: matlab潮流计算程序 多是基于输电网开发的,而对于配电网中的潮流计算程序较少,真对辐射型配电网的特点,开发了用于配电网潮流计算的MATLAB程序,该程序采用新的支路选择方法,无需对网络进行复杂的编号。(matlab flow calculation procedure is based on multi-grid development, and for power distribution network power flow calculation program less true on the characteristics of radial distribution networks, developed for distribution power flow calculation of the MATLAB program that uses the new branch selection method, without the complexity of the network number.)
- 2010-05-04 09:17:30下载
- 积分:1
-
delauneyTIN
TIN是一种常用的数字高程模型表示方式,这里是Delauney TIN 生成的源码.c(TIN is a regular and efficient represention of digital elevation mode, here is the code for creating delauney triangulate irregular network)
- 2010-07-23 09:42:33下载
- 积分:1
-
hw1
plotting pattern for antenna
- 2012-04-28 02:19:48下载
- 积分:1
-
Lecture7-MATLABexamples
hybrid control and algorithm for inverted pendulum
- 2011-12-02 19:27:34下载
- 积分:1
-
FEMTOCELL
Femtocell. Wireless communication introduction
- 2014-01-03 23:15:27下载
- 积分: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
-
LittleWave
matlab 小波函数处理图片的轮廓问题(matlab wave function to handle pictrure scale)
- 2020-06-16 12:20:02下载
- 积分:1
-
CircularHough_Grd
houph变换,通过梯度函数得到图像的梯度矩阵,通过检测圆检测眼睛位置。(houph transform, through the gradient function to be the image gradient matrix, circle detection by detecting the location of the eyes.)
- 2008-07-29 19:24:53下载
- 积分:1
-
RLS_gexin
自己编写的RLS格型算法Matlab程序,供大家参考。(RLS algorithm, the performance is ok.)
- 2013-12-03 00:17:25下载
- 积分:1