-
OFDM_J
This program is simulate how OFDM works, with 4 modulation,
- 2010-07-02 02:36:35下载
- 积分:1
-
Lohman-holograms
二值图象的LohmanIII编码迂回位相全息图,经测试能正常运行。结果含原图,全息图,和再现图三部分。(
二值图象的LohmanIII编码迂回位相全息图,经测试能正常运行。结果含原图,全息图,和再现图三部分。
A value of two LohmanIII coded images detour phase hologram, by testing the normal operation. The result with image, hologram, and reproducing figure three part.
)
- 2013-11-29 12:44:59下载
- 积分:1
-
contrib_
计算机视觉matlab工具箱 里面包含大量计算机视觉的matlab函数(computer vision )
- 2013-11-09 12:27:57下载
- 积分:1
-
ssnnrr
it is matlab code on spectrum sensing in cognitive radio network using matched filter
- 2013-11-20 14:23:23下载
- 积分: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
-
controller
最少拍无纹波控制器的设计及matlab仿真
(MATLAB)
- 2009-03-20 19:33:57下载
- 积分:1
-
ICP
利用MATLAB 编程语言计算空间最近距离的ICP 算法(use matlab compute the shortest distance between two point )
- 2009-10-11 11:11:31下载
- 积分:1
-
pyinstaller-2.0
pyinstaller源码,用于将软件编译成windows可执行文件,exe。( file build)
- 2014-12-03 10:21:06下载
- 积分:1
-
GPC_J
多约束的广义预测控制算法。使用fmincon求解(GPC with constrains code is proposed. And fmincon function is uesed.)
- 2013-04-11 10:09:18下载
- 积分:1
-
cengcifenxi
本程序用于求解层次分析法中的特征值问题。正互反阵最大特征值和特征向量实用算法,本程序为求和法。(This procedure is used to solve the ahp eigenvalue problems. Is reciprocal array maximum eigenvalue and eigenvector practical algorithm, the procedures for the methods of summation by.
)
- 2010-12-03 19:52:51下载
- 积分:1