-
combine2Images
This function will display 2 input images in a single output image, side
by side.
- 2010-02-09 07:52:23下载
- 积分:1
-
pls
偏最小二乘(PLSR)
分别求出样品集光谱矩阵和样品组分矩阵的主成分矩阵,将这两个矩阵相关联,求其线性关系,用所建立的线性函数来预测未知样品。
(Partial least squares (PLSR)
The principal component matrix samples were calculated in the spectral matrix and sample matrix, the two matrix associated with the linear relationship, linear functions are developed to predict unknown samples.)
- 2015-04-15 10:55:17下载
- 积分:1
-
qtdecomp
说明: 用函数qtdecomp对图像进行四叉树分解,可以检测图像的边界(Use function to check the object boundaries ,it is a new method to trace boundaries.)
- 2011-03-07 09:31:38下载
- 积分:1
-
artifical-neural-network
一种智能优化算法-人工神经网络算法的matlab源程序(artificial neural network)
- 2013-09-01 17:32:35下载
- 积分:1
-
linear-regression
该程序用一个实例进行演示线性回归方程的建立。(The procedures used to establish an instance demonstrates the linear regression equation.)
- 2013-11-29 22:28:20下载
- 积分:1
-
tezhengzhifenjie-
特征值分解的例子,music算法,pisarenko算法等(Eigenvalue decomposition of the example, music algorithm, pisarenko algorithm)
- 2011-08-06 11:15:54下载
- 积分:1
-
Mfile
系统辨识与MATLAB举例说明 国防科技大学(MATLAB system identification example, the National Defense University)
- 2011-09-26 19:41:39下载
- 积分:1
-
Matlab-code-for-Informed-Spread-Spectrum
matlab code for SS algorithm
- 2015-04-08 15:27:41下载
- 积分:1
-
fixed_point
Fixed-Point iteration(Function fixed_point(p0, N) approximates the solution of an equation f(x) = 0, rewritten in the form x = g(x), which is a sub-function the user has to enter. the call to the function fixed_point(p0, N) returns the root of the equation f(x),i.e. the fixed-point of g(x), if the procedure is successful or a sequence of iterates in case something goes wrong. p0 is the initial approximation and N the maximum number of iterations. If, after N iterations, condition |x(k)- x(k-1)| < tol is not satisfied, all iterated values will be displayed, accompanied by a message asking the user to either change p0 in case of divergence or enter another g(x) that does not lead to complex numbers arithmetics. Reasons for the program to go wrong are the divergence of iterates and/or appearance of complex numbers for example with functions involving sqrt(x) when one of the iterates is negative. )
- 2009-05-14 04:43:58下载
- 积分:1
-
avg_sum
求x的平均值,但对其中的一列或几列数据进行求和。(Calculate arithmetic means of matrix x,but calculate the sum of one or some columns. )
- 2012-03-28 09:32:30下载
- 积分:1