-
ekfm
一个扩展卡尔曼滤波的matlab程序,是个不错的学习例子(An extended Kalman filter matlab procedures, be a good learning example)
- 2008-07-07 17:33:26下载
- 积分:1
-
temporal_activity
Matlab source code to calculate temporal activity.
- 2011-05-26 06:57:24下载
- 积分:1
-
2modulesPppt
A dynamic estimation of channel is necessary before the transmission of the signals since the wireless channel is time–varying..we use MMSE method for channel estimation. The MMSE method calculates the following, MMSE channel estimator is designed to minimize the estimation MSE. The MMSE estimate the channel responses.
- 2013-11-13 18:24: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
-
Vblast
Receiver techniques are described with zero forcing and MMSE
- 2015-02-12 16:28:50下载
- 积分:1
-
msk
MSK Code in Matlab using four analog sine waves that are selected on the basis of the digital selection lines,there are mainly two selection lines.
- 2013-11-21 13:27:39下载
- 积分:1
-
read_nco1
利用MATLAB软件,读取QuartusII软件里的TBL数据(use Matlab to read the TBL date of the QuartusII software)
- 2010-05-24 21:21:10下载
- 积分:1
-
otsu2
灰度图像的二维Otsu自动阈值分割法 matlab源程序(Two-dimensional gray image Otsu automatic thresholding method)
- 2010-07-15 15:37:55下载
- 积分:1
-
zhongshu
人脸识别 求特征向量 均值脸 pca 特征值 支持向量包 各种M文件 支持向量机的应用发展等(Mean face recognition pca eigenvector eigenvalue vector covering all M documents the application of support vector machine development)
- 2010-05-06 10:16:12下载
- 积分:1
-
kf
卡尔曼滤波在MATLAB上的实现,本例子是常数型卡尔曼(Kalman filter implemented in MATLAB, and this example is the constant Kalman)
- 2014-10-19 21:50:28下载
- 积分:1