-
pretrm
图像的预处理程序,包括边缘去噪、二值化、腐蚀等。为车牌定位作铺垫(image preprocessing procedures, including marginal denoising, the two values, and corrosion. To pave the way for positioning plates)
- 2007-03-22 21:34:01下载
- 积分:1
-
hingjeng_v18
有循环检测,周期性检测,针对EMD方法的不足,光纤陀螺输出误差的allan方差分析。( There are cycle detection, periodic testing, For lack of EMD, allan FOG output error variance analysis.)
- 2016-12-22 17:47:54下载
- 积分:1
-
fhppt
跳频通信系统的研究其中是讲述很细致包括很多具体的内容(Frequency hopping communication system which is very meticulous about the content including the many specific)
- 2010-06-02 15:27:10下载
- 积分:1
-
aa
说明: 例子群优化的一个的简单小程序,是利用matlab写的。(Swarm optimization example of a simple small program, was written by matlab.)
- 2015-01-14 10:59: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
-
GPS卫星信号捕获Matlab程序
GPS卫星信号捕获Matlab程序,采取并行码相位搜索策略,使用1ms数据进行粗捕获,
并使用10ms的长度数据进行载波频率的精确捕获。
- 2022-02-03 07:15:32下载
- 积分:1
-
kalmanfilter3
说明: 这些程序都是经过本人和许许多多工作过学习过的老师同学,以及一些志同道合的哥么们长期使用验证确实好使的(these procedures are numerous and I worked and studied the teachers and fellow students, and some like-minded Columbia Mody have long-term use of the test so that really)
- 2006-04-06 18:23:56下载
- 积分:1
-
CRmatlabCode
MATlab code for frequency hole detection in cognitive radio
- 2014-08-30 01:33:43下载
- 积分:1
-
POSTplot
PLOT_FRONTS space-time plot of rupture front and process zone tail slip velocty threshold to define rupture front rupture times (for which V=Veps) at each point
with quadratic time interpolation
- 2011-11-21 20:43:43下载
- 积分:1
-
1
说明: 时间序列模型的构建及分析,ARMA(n,m)模型的构建,AR模型的构建(Time series model construction and analysis, arma(n,m) model construction, ar model construction)
- 2020-05-15 23:05:19下载
- 积分:1