-
targil3
m-pskmodulation and de modulation
- 2010-09-08 01:31:33下载
- 积分:1
-
wlan_11a_ofdm
802.11a协议物理层的仿真源代码,具有较高的正确性(802.11a physical layer protocol source code for the simulation with high accuracy)
- 2010-11-08 16:28:46下载
- 积分:1
-
DataClusteringand-PatternRecognition
说明: 用matlab编程、用于数据聚类和模式识别的源代码(using Matlab programming for data clustering pattern recognition and the source code)
- 2006-03-23 11:52:39下载
- 积分:1
-
MosfetIV
This is MOSFET current vs voltage graph.
This graph is made by matlab
- 2011-05-01 16:09:49下载
- 积分:1
-
sc
说明: SC is a useful function for displaying rich image data, of use to anyone wishing to visualize and save 2D data in ways beyond that which MATLAB built-in functions allow.
This function can be used in place of IMAGE, IMAGESC and IMSHOW, but does so much more. It is fast and displays images as they should be - correct aspect ratio, integer magnification, no axes. In addition, it can return the image as an output variable - useful for saving to disk, texture mapping surfaces, and post-rendering manipulation such as overlaying/combining two or more images.(SC is a useful function for displaying rich image data, of use to anyone wishing to visualize and save 2D data in ways beyond that which MATLAB built-in functions allow.
This function can be used in place of IMAGE, IMAGESC and IMSHOW, but does so much more. It is fast and displays images as they should be- correct aspect ratio, integer magnification, no axes. In addition, it can return the image as an output variable- useful for saving to disk, texture mapping surfaces, and post-rendering manipulation such as overlaying/combining two or more images.)
- 2009-08-25 19:00:06下载
- 积分:1
-
copy-and-paste-detection
This part implements the copypaste forgery detection.
- 2011-02-10 01:13:43下载
- 积分:1
-
plotspec
Plays piano sound in matlab
- 2015-03-07 23:10:24下载
- 积分: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
-
Genetic_algorithm
Genetic algorithm in Matlab. This program solving traveling salesman problem.
- 2010-01-09 00:24:26下载
- 积分:1
-
matlab
说明: matlab经典算法的程序,想进阶MATLAB的朋友使得一看哦。。。matlab handbook(classical algorithm matlab procedures Advanced MATLAB friend would like to make a看哦. . . matlab handbook)
- 2008-09-19 20:38:57下载
- 积分:1