-
newnethodotsu
一个新设计的OTSU算法,使用方法如下:% load clown
% subplot(221)
% imshow(X/max(X(:)))
% title( Original , FontWeight , bold )
% for n = 2:4
% Iseg = otsu(X,n)
% subplot(2,2,n), colormap(gray)
% imshow(Iseg)
% title([ n = int2str(n)], FontWeight , bold )
% end(OTSU design a new algorithm, using the method as follows: load clown subplot (221) imshow (X/max (X (:))) title (Original, FontWeight, bold) for n = 2:4 Iseg = otsu (X, n) subplot (2,2, n), colormap (gray) imshow (Iseg) title ([n = int2str (n)], FontWeight, bold) end)
- 2007-11-14 12:45:49下载
- 积分:1
-
MatlabEngClass
在VC++ 6.0环境下调用Matlab引擎进行混合编程,该程序源码展示了Matlab引擎接口的实现。(In VC++ 6.0 environment, call Matlab engine hybrid programming, the program source code shows the Matlab engine interface.)
- 2010-09-01 10:14:42下载
- 积分:1
-
FM-Modem
Simulink 实现的FM调制,载波13KHz,频偏3KHz,调制波形存为一个波形文件。FM解调采样双斜率鉴频,解调直接输出到声卡。(Simulink implementation of the FM modulation, carrier 13KHz, offset 3KHz, modulation waveform file saved as a waveform. FM demodulation of two-slope Kam sampling frequency, demodulated output directly to the sound card.)
- 2010-05-27 01:12:37下载
- 积分:1
-
Quadratic-programming-matlab-code
二次规划的matlab源代码,很有用的优化工具!(Quadratic programming matlab source code, very useful optimization tool!)
- 2013-09-25 00:05:23下载
- 积分:1
-
CuckooOptimizationAlgorithm
salam how are you wha about you when you are applay to me to use the code
- 2012-05-09 12:34:49下载
- 积分:1
-
PSO_topology
各种不同拓扑结构下的PSO算法的Matlab源代码,包括全局拓扑,环形拓扑,冯诺依曼拓扑、多种群、四聚类等等(Different topology structure of PSO algorithm of Matlab source code, including global topology, ring topology, von neumann topology, multiple species, four clustering and so on)
- 2020-11-20 09:09:36下载
- 积分:1
-
IIR
IIR数字滤波器的特点是h(n)为无限长序列。设计的基本思想是:模拟系统与离散系统存在着互相模仿的理论基础,所以可以让数字滤波器的特性去模仿一个模拟滤波器的特性,得到数字滤波器的H(z),H( )之间的变换关系。设计时,先设计一个模拟滤波器的传递函数 ,然后通过s变量与z变量之间的变换关系求出数字滤波器的系统函数H(z)。(IIR digital filter is characterized by h (n) for infinitely long sequence. The basic idea of the design are: analog systems and discrete systems there is the theoretical basis of mutual imitation, so you can make the characteristics of a digital filter to imitate the characteristics of an analog filters, digital filters are H (z), H () of the the relationship between the transformation. Design, first to design a simulation of the filter transfer function, s variables and z and then transform the relationship between variables derived digital filter system function H (z).)
- 2009-12-10 00:16:49下载
- 积分:1
-
hostel
student management application that simulates a student hostel.C++ 3.1 aplication . object oriented programming
- 2010-07-07 20:54:06下载
- 积分:1
-
Adaptive-learning-dictionary
自适应学习字典代码:训练字典的MATLAB仿真程序,能够很好的认识字典训练事例
(Adaptive learning dictionary code: dictionary MATLAB simulation training, can very good dictionary training examples
)
- 2013-08-24 12:56:21下载
- 积分:1
-
fc_elsct
Provide interface to send ELS CT FC frames.
- 2014-10-14 10:06:41下载
- 积分:1