-
gonglvpu
用功率谱的方法求系统频率特性,采用MATLAB仿真,输入信号为Chirp信号和Multitone信号。(Using power spectrum method for frequency characteristics of the system using MATLAB simulation, the input signal for the Chirp signal and Multitone signal.)
- 2009-03-12 15:48:36下载
- 积分:1
-
phonon
This program calculate the conductivity of cylindrical metal nanowire using the phonon approximation in a core-shell structure, in this code, the diameter, and the metal can be changed to simulated other metals. the calculated dispersion relation of the resistivity of a single band is saved as data file. to use the program, run g_E2.m(This program calculate the conductivity of cylindrical metal nanowire using the phonon approximation in a core-shell structure, in this code, the diameter, and the metal can be changed to simulated other metals. The calculated dispersion relation of the resistivity of a single band is saved as data file. to use the program, run g_E2.m)
- 2009-10-27 13:39:00下载
- 积分:1
-
cell_model_a
solar panel model with graph V-I for the study of the beaviour of a solar panel
- 2011-10-18 23:18:21下载
- 积分:1
-
OFDM
ofdm matlab Simulink
- 2015-04-20 07:14:30下载
- 积分:1
-
matlabImageprocessingsourcecode
matlab 图像处理源代码,比较全,有多个matlab程序(matlab image processing source code, compare the whole, there are several matlab programs)
- 2010-07-22 15:06:59下载
- 积分:1
-
BPidentification
BP网络实现的基本MATLAB程序,非常容易看懂(BP identification)
- 2009-12-04 12:18:15下载
- 积分:1
-
ContentWritingSample1
This is content writing sample
- 2009-12-16 13:29:29下载
- 积分: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
-
matlab-tutor
This is a tutorial to help you get started in Matlab. To find more details see the very
helpful book Mastering MATLAB 6 by Duane Hanselman and Bruce Littlefield. Examples
of Matlab code in this pamphlet are in typewriter font like this. As you read through the
sections below type and execute in Matlab all of the examples, either at the command
line prompt or in a test program you make called test.m. Longer sections of code are
flagged with the characters begin and end. All of the Matlab code between these two
- 2009-07-06 14:40:53下载
- 积分:1
-
Robust-Control-Toolbox
MATLAB鲁棒控制工具箱,详细介绍工具箱的应用及实例讲解。(MATLAB Robust Control Toolbox, detailing the toolbox applications and examples to explain.)
- 2012-06-27 22:20:56下载
- 积分:1