-
c5546089625d
基于MATLAB的电力系统潮流计算的程序,比较完整,适合入门新手学习。(MATLAB-based power system load flow calculation program , complete and suitable for beginners novice learning .)
- 2012-04-16 14:28:41下载
- 积分: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
-
CH5
This is a GUI based system. The GUI is invoked from the command line by typing "ui_start". The GUI is self explanatory.
Tool tips are given in blue color. The cursor needs to be positioned on these for detailed explanation. The main file is
"runsim.m".It is recommended that 10000 runs (packets) be used for plotting frame error rates and 5000 runs for BER/SER.
Obviously, you would require a fast machine!!! At least a P4 machine.
We have used trace criterion for 4PSK states 4,8 and 16 as an example for 2x2 cases. The reader can use rank and determinant
criteria, by commenting the trace criterion lines and copying the rank and determinant lines from the respective 2x1 cases.
The SNR range can be varied by correcting the range at line 36 of file "runsim.m".
This software has been tested with MATLAB version 6.0 and above with signal processing and communications toolbox options.
(This is a GUI based system. The GUI is invoked from the command line by typing " ui_start" . The GUI is self explanatory. Tool tips are given in blue color. The cursor needs to be positioned on these for detailed explanation. The main file is " runsim.m" . It is recommended that 10000 runs (packets) be used for plotting frame error rates and 5000 runs for BER/SER. Obviously, you would require a fast machine!!! At least a P4 machine. We have used trace criterion for 4PSK states 4,8 and 16 as an example for 2x2 cases. The reader can use rank and determinant criteria, by commenting the trace criterion lines and copying the rank and determinant lines from the respective 2x1 cases. The SNR range can be varied by correcting the range at line 36 of file " runsim.m" . This software has been tested with MATLAB version 6.0 and above with signal processing and communications toolbox options.)
- 2011-05-04 09:22:01下载
- 积分:1
-
CAmix_accident
基于元胞自动机模型对于交通事故下的高速公路交通流仿真,在不同大小车比例和交通流条件下,输出交通冲突数,评价道路是否安全。(Whether based on cellular automata model for highway traffic flow simulation in the accidents, the proportion of different sizes of vehicles and traffic flow conditions, the output number of traffic conflict,to evaluate of road safety.)
- 2021-03-16 09:39:21下载
- 积分:1
-
psychoacoustic
有关心理声学模型的一段程序,偶然中发现,希望有所帮助(a programme about psychoacoustic model )
- 2011-08-31 10:40:55下载
- 积分:1
-
Mindlin
Code to operate with Midlin equation to extract inharmonic frequencies
- 2014-11-26 18:01:21下载
- 积分:1
-
LS_esprit
LS-ESPRIT算法,能够有效的测出信号的位置(LS-ESPRIT algorithm can effectively detect the location of the signal)
- 2013-12-04 11:35:01下载
- 积分:1
-
程序
计算一个方柱的散射的波形,并求其RCS。方柱的网格总数是N=500个,时间步为1200步。网格尺寸为lamda/18,时间间隔是ddx/2*c,c为光速。脉冲源位于中心。方柱边长为7*lamda。并与相同尺度的球的散射场进行对比(Calculate the scattered waveform of a square column and find its RCS. The total number of grids of the square column is N=500 and the time step is 1200 steps. The grid size is lamda/18, the time interval is ddx/2*c, and c is the speed of light. The pulse source is at the center. The side of the square column is 7*lamda. And compare the scattering field of the ball of the same scale)
- 2020-06-20 13:20:01下载
- 积分:1
-
PID
迭代学习控制系统仿真及其PID参数整定-华东石油大学本科毕业论文 (Iterative Learning Control System Simulation and PID parameter tuning- East China Petroleum University undergraduate thesis)
- 2013-08-30 10:27:36下载
- 积分:1
-
cca
典型相关分析,分析两段数据之间的相似性,用于脑电ssvep信号分析(Canonical correlation analysis is used to analyze the similarity between two segments of data.)
- 2018-11-09 10:47:45下载
- 积分:1