-
GA_implementation
MATLAB has a wide variety of functions useful to the genetic algorithm practitioner
and those wishing to experiment with the genetic algorithm for the first time.
Given the versatility of MATLAB’s high-level language, problems can be coded
in m-files in a fraction of the time that it would take to create C or Fortran programs
for the same purpose. Couple this with MATLAB’s advanced data analysis,
visualisation tools and special purpose application domain toolboxes and the user is
presented with a uniform environmentwith which to explore the potential of genetic
algorithms.
- 2010-11-25 18:18:34下载
- 积分:1
-
emd
希尔伯特黄变换的程序源码,可用于各种信号分析处理(Hilbert Huang Transform source of procedures that can be used to deal with a variety of signal analysis)
- 2008-01-27 16:29:00下载
- 积分:1
-
gpclass
Gaussian Processes for classification
- 2010-01-29 22:02:29下载
- 积分:1
-
1Dacoustic
1D声学计算程序 由matlab编写,包括FEM和BEM,适合初学者(1D acoustic calculation program written by matlab, including FEM and BEM, suitable for beginners)
- 2021-04-23 19:28:48下载
- 积分:1
-
MATLAB-code-of-DOA-signal
经典波达角度估计算法的matlab代码,如MUSIC算法(the matlab code of the classic algorithm to estimate the DOA signal)
- 2012-02-13 00:58:19下载
- 积分:1
-
tutorial4
Tutorial matlab untuk pemula
- 2012-04-17 02:36:30下载
- 积分:1
-
Rayleigh
移动通信系统中,Rayleigh衰落信道的matlab仿真(Mobile communication systems, Rayleigh fading channel matlab simulation)
- 2013-11-01 15:20:03下载
- 积分:1
-
m_ary_modulation
A matlab script to generate scatter plot for the M-ary Modultaion.
it asks user to input the value of:
M-ary, SNR(in db), number of binary carriers
- 2013-05-15 09:28:56下载
- 积分:1
-
paddedhilbert
this is the code to apply hilbert transform on a signal.
- 2010-11-30 14:50:37下载
- 积分:1
-
fe_sdofID_2
Purpose:
build the ID array of system dofs to apply displacement constraints
Synopsis:
[csdof,sid]=fe_sdofID(discons,ndof,nnode)
Variable Description:
csdof - the number of system dofs after constraints applied
sid - ID matrix of system dof formatted as nnode*ndof
discons - matrix record the node of displacement constrain
ndof - number of dofs per node
nnode - number of nodes in system(Purpose:
build the ID array of system dofs to apply displacement constraints
Synopsis:
[csdof,sid]=fe_sdofID(discons,ndof,nnode)
Variable Description:
csdof- the number of system dofs after constraints applied
sid- ID matrix of system dof formatted as nnode*ndof
discons- matrix record the node of displacement constrain
ndof- number of dofs per node
nnode- number of nodes in system)
- 2011-06-21 10:05:03下载
- 积分:1