-
cdma2000
用MATLAB给出了CDMA的仿真,很实用(CDMA with MATLAB simulation is given, it is useful)
- 2010-06-20 09:02:41下载
- 积分:1
-
how-to-learn-matlab
端正学习matlab的态度,教你怎么学习matlab
(Matlab learning correct attitude to teach you how to learn matlab)
- 2013-12-10 13:02:30下载
- 积分:1
-
Wiener-filtering
利用维纳滤波对实例声音进行去噪,并分析均方误差,适用于现代信号处理(Wiener filtering)
- 2015-02-12 16:26:18下载
- 积分: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
-
AMAC
基于输出跟随的模型参考自适应控制程序,利用最小二乘进行了参数更新。(Based on the output of the model to follow reference adaptive control procedure, carried out using least squares parameter updating.)
- 2009-05-05 20:48:14下载
- 积分:1
-
imgsuanfa
用matlab编写的图像复原程序,好用,大家可以试一下-Prepared to use matlab image restoration procedures, easy to use, everyone can try(Prepared to use matlab image restoration procedures, easy to use, everyone can try)
- 2009-06-06 14:28:22下载
- 积分:1
-
SimpleKalman(2)
one dimension problem kalman filter, using velocity information
- 2012-05-09 19:47:54下载
- 积分:1
-
3830272a74e3
区域生长法,matlab代码,包含3个m文件和两幅图像(Region growing method, matlab code, containing 3 m files and the two images
)
- 2012-01-02 09:34:26下载
- 积分:1
-
phpmysql
matlab for matlab mysql
- 2012-01-11 22:50:51下载
- 积分:1
-
BackscatterMap
雷达影像后向散射系数计算,并绘制后向散射系数图(backscattering coefficients of Radar image, show the figure of backscatter coefficients)
- 2021-03-31 15:49:09下载
- 积分:1