-
Matlab-Regularization-Tools-Hansen1998.tar
Hansen最新(2008)修订后的关于反演正则化方法的电子书与相应Matlab程序(Hansen the latest (2008) as amended on the inversion method is the e-book with the corresponding Matlab program)
- 2020-12-07 14:49:21下载
- 积分:1
-
2D-TM
2维的FDTD C程序(2-dimensional FDTD C procedures)
- 2008-05-05 07:34:54下载
- 积分:1
-
EM
自己编写的期望最大化(EM)算法的MATLAB实现,里面有较为运行方法和程序说明,对新手有很好的帮助(
I have written the expectation-maximization (EM) algorithm in MATLAB, which has run more methods and procedures described, there is a good help for the novice)
- 2014-02-09 17:12:01下载
- 积分:1
-
spgl1-1.8
based classification (SRC) has been widely used for face
recognition (FR). SRC first codes a testing sample as a
sparse linear combination of all the training samples, and
then classifies the testing sample by evaluating which class
leads to the minimum representation error. While the
importance of sparsity is much emphasized in SRC and
many related works, the use of collaborative representation
(CR) in SRC is ignored by most literature.
- 2013-08-02 16:14:29下载
- 积分:1
-
matlab常微分方程
说明: 对常微分方程进行数值解的matlab函数(Matlab function for numerical solution of ordinary differential equation)
- 2020-06-16 23:00:02下载
- 积分:1
-
14-NR
14节点牛拉算法计算潮流程序,用于电力系统的潮流计算程序,可以直接用于潮流计算,也可以用于学习潮流计算的流程和方法。(For power flow calculation program, can be used directly flow calculation can also be used to study flow calculation processes and methods.)
- 2020-07-04 20:40:02下载
- 积分:1
-
CG
说明: 共轭梯度法求解线性方程组,主要采用FR共轭梯度法(solve liner solutions from CG)
- 2014-04-09 19:51:23下载
- 积分:1
-
waveinFFT_demo
录音程序,音频录音fft程序,并加界面显示(radio record code)
- 2016-03-01 00:29:08下载
- 积分:1
-
Plane_finite_element_program
简单的平面有限元程序,采用三结点三角形单元;采用等带宽存贮技术;采用高斯消元法解线性方程组。(Simple plane finite element program, using three node triangular element use of such bandwidth, storage technology using Gauss elimination method to solve linear equations.)
- 2010-09-27 09:23:39下载
- 积分:1
-
kriging
包括基本的克里金(Kriging)插值法实现代码,仅实现基本方法部分,不包含扩展克里金方法( kriging uses ordinary kriging to interpolate a variable z measured at
locations with the coordinates x and y at unsampled locations xi, yi.
The function requires the variable vstruct that contains all
necessary information on the variogram. vstruct is the forth output
argument of the function variogramfit.
This is a rudimentary, but easy to use function to perform a simple
kriging interpolation. I call it rudimentary since it always includes
ALL observations to estimate values at unsampled locations. This may
not be necessary when sample locations are not within the
autocorrelation range but would require something like a k nearest
neighbor search algorithm or something similar. Thus, the algorithms
works best for relatively small numbers of observations (100-500).
For larger numbers of observations I recommend the use of GSTAT.
Note that kriging fails if there are two or more observa)
- 2015-01-08 15:43:50下载
- 积分:1