-
含DG的配网无功优化计算研究
含DG的配网无功优化计算研究,包括风力发电和光伏电池微型燃气轮机和燃料电池(Distribution network with DG' s reactive power optimization studies, including micro-wind turbines and photovoltaic cells and fuel cells)
- 2021-03-08 23:39:28下载
- 积分:1
-
good_wiener
应用于图像处理非常好的维纳滤波!!!,内有注释,简单易懂(applied to image processing very good Wiener filter! ! ! , The Notes are simple to understand!)
- 2007-04-24 09:08:28下载
- 积分:1
-
mathmatics
MATLAB中数值分析如拉格朗日插值、牛顿法求解方程组、LU分解等(MATLAB numerical analysis such as Lagrange interpolation, Newton' s method for solving equations, LU decomposition, etc.)
- 2012-06-06 11:15:28下载
- 积分:1
-
EKF01
扩展卡尔曼滤波,一种非线性滤波,可用于目标跟踪,初学者适用(Extended Kalman filter, a nonlinear filtering, can be used for target tracking, suitable for beginners)
- 2014-11-12 00:35:57下载
- 积分:1
-
proj03_02
homework 3-2 is difficult
- 2011-11-09 18:55:00下载
- 积分:1
-
kalman
matlab mdl 的卡尔曼滤波程序清晰简洁(matlab mdl Kalman filtering procedures clear and concise)
- 2013-12-21 22:44:14下载
- 积分:1
-
music3
一个用于到达角估计的MUSIC程序,用MATLAB写的,希望对大家有用(an estimate for the arrival of MUSIC procedures, using MATLAB written in the hope that it may be useful to)
- 2006-06-25 23:25:47下载
- 积分:1
-
missing_toolbox
用于处理各种丢失数据的matlab函数。(various functions for handling missing values.)
- 2013-12-15 20:23:38下载
- 积分: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
-
speechR
隐马尔科夫语音识别,源代码,只需修改部分便可实现其他功能。(HMM sound recognition)
- 2010-09-15 16:15:58下载
- 积分:1