-
binary_pso_c
离散版粒子群算法,MATLAB环境中的,对求解离散优化问题很有帮助.(Discrete version of PSO, MATLAB environment to solve the problem of discrete optimization helpful.)
- 2008-12-21 09:37:08下载
- 积分:1
-
mkriging
matlab编写的克里金插值程序和最近邻值点和距离反比例插值程序(Kriging )
- 2010-10-25 13:50:33下载
- 积分:1
-
GetEcgPpg
心电信号处理,滤波与计算 之:数据的读取(ECG signal processing, filtering and calculation of: reading data)
- 2014-09-10 19:53:11下载
- 积分:1
-
matlab
函数信号发生器 可产生方波,三角波,正选拨,用示波器观察(Function signal generator can produce square, triangle wave, is selection, using the oscilloscope observation)
- 2010-01-20 20:22:57下载
- 积分:1
-
wave_module_maximum
模极大程序,小波模极大程序。模极大程序,小波模极大程序模极大程序,小波模极大程序模极大程序,小波模极大程序(Modulus maxima procedure, wavelet modulus maxima procedures modulus maxima procedure on modulus maxima of wavelet modulus maxima procedure, wavelet modulus great program)
- 2012-04-29 10:30:17下载
- 积分:1
-
metropolis-hastings
一种用于对各类概率密度函数进行样本采样的Metropolis-Hastings算法(a Metropolis-Hastings algorithm for sampling from various probability density functions)
- 2018-03-16 12:21:57下载
- 积分:1
-
kalman
kalman滤波程序,是一种数据融合程序,主要用以组合导航(kalman filtering process, is a data integration process, mainly for navigation)
- 2010-10-25 21:18:33下载
- 积分:1
-
matlabW-CDMA
说明: matlab的WCDMA程序,3G研究人员很好的参考程序,也包括C程序。(matlab s WCDMA procedures, 3G Researchers good reference procedures, including the C program.)
- 2008-09-19 20:50:43下载
- 积分:1
-
Matlab
介绍了MATLAB的基础知识以及一些基本性质和一些源代码(Introduced MATLAB basic knowledge and some basic properties and some source code
)
- 2011-09-03 12:40:55下载
- 积分:1
-
symMat
A matrix of symbolic elements is reasonably useful for many analytic linear algebra applications, and for analytic vector, matrix and tensor differentiation.
This function produces a matrix of arbitrary dimension of symbolic elements that are indexed by their position in the symbolic matrix for ease of reference.
EXAMPLE
>> M = symMat([2 2], m , real )
M =
[ m11, m12]
[ m21, m22]
>> class(M)
ans =
sym
>> det(M)
ans =
m11*m22 - m12*m21
- 2010-03-02 02:13:12下载
- 积分:1