-
01
说明: 信号的叠加、信号叠加后不超标时间的计算、fourier级数拟合(Superimposed on the signal, not excessive computing time after the signal is superimposed, fourier series fit)
- 2015-03-07 14:14:12下载
- 积分:1
-
image-processing
这是matlab的图像处理学习文件,自己花钱买来的资料,不是网上随便下载的。(This is a learning matlab image processing files, their own money to buy the information, not just downloaded online.)
- 2013-12-13 17:17:40下载
- 积分:1
-
Categorical-Data-Analysis
MATLAB用于数据处理分类,包括广义线性模型,logist模型(MATLAB for Data Processing classification, including generalized linear models, logist model)
- 2014-08-22 20:22: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
-
matlab
说明: 仿真信号 进行卡尔曼滤波去除噪声 并用KNN算法实现定位(Kalman filter is used to remove noise from simulated signals and KNN algorithm is used to locate them.)
- 2019-03-04 16:31:46下载
- 积分:1
-
MATLAB-download
matlab免费软件下载地址汇总。包含了R2010/R2009/R2008/2007/R2006各个版本。欢迎下载。(Free Software Download matlab summary. Each version contains R2010/R2009/R2008/2007/R2006. Welcome to download.)
- 2010-10-28 22:49:26下载
- 积分:1
-
ADRC-func
MATLAB 自抗鞭策扰控制器仿真程序,采用S函数编成。(MATLAB simulation since anti-scrambling controller)
- 2013-01-02 08:57:04下载
- 积分:1
-
Mashood-Ahmad-(070332)Okumura-Hata-Model
Okumura hata model
power against frequencies
- 2011-05-04 19:28:18下载
- 积分:1
-
MYspider
飞秒激光光谱测量SPIDER,matlab模拟程序(Femtosecond laser spectroscopy measurement SPIDER, matlab simulation program)
- 2013-01-23 19:21:54下载
- 积分:1
-
code
Hough Transform for Iris
- 2014-01-01 08:53:07下载
- 积分:1