-
cgsvd
CGSVD Compact generalized SVD of a matrix pair in regularization problems.
sm = cgsvd(A,L)
[U,sm,X,V] = cgsvd(A,L) , sm = [sigma,mu]
Computes the generalized SVD of the matrix pair (A,L):
[ A ] = [ U 0 ]*[ diag(sigma) 0 ]*inv(X)
[ L ] [ 0 V ] [ 0 eye(n-p) ]
[ diag(mu) 0 ]
where
U is m-by-n , sigma is p-by-1
V is p-by-p , mu is p-by-1
X is n-by-n .
It is assumed that m >= n >= p, which is true in regularization problems.
Reference: C. F. Van Loan, Computing the CS and the generalized
singular value decomposition , Numer. Math. 46 (1985), 479-491.
Per Christian Hansen, IMM, 12/19/97.
Initialization.
- 2021-03-25 20:29:14下载
- 积分:1
-
compare
几种传统滤波方法如kuan、frost、SBF、srad代码以及比较代码(Several traditional filtering methods and code comparison code)
- 2020-11-12 17:39:44下载
- 积分:1
-
cs-514
This is the previous year question paper of Software Engineering and Methodologies of M.Tech CSE
- 2014-01-20 23:04:10下载
- 积分:1
-
cueselectiontoolbox111004
it includes some usefull codes in speech processing
- 2014-02-11 07:51:26下载
- 积分:1
-
fenge
matlab分割的几个小程序 ,很好,有利于新手上手(matlab segmentation of several small programs, well, conducive to beginners to get started)
- 2010-10-28 20:38:11下载
- 积分:1
-
ECGmatematica.mat
ECG on mathematical test taken on 250 Hz (sampling frequency) You can use in order to obtain (and compare) the stress (from HRV)
- 2013-08-22 00:32:28下载
- 积分:1
-
LMS111
应用LMS算法,用Matlab编程实现线性预测.(Application of LMS algorithm, using Matlab Programming Linear Prediction.)
- 2009-02-27 16:29:56下载
- 积分:1
-
介绍了radon变换原理
介绍了radon变换原理,举了些例子并进行了实现(radon transform and some examples)
- 2010-10-07 16:22:26下载
- 积分:1
-
IFRSGuide
IFRS Implementation Guide
- 2010-11-12 05:27:32下载
- 积分:1
-
ImageProcess_ToolBox
matlab数字图象处理工具箱 包括imstack2vectors 霍夫变换等许多工具(imstack2vectors Hough transform matlab digital image processing toolbox includes many tools)
- 2012-11-06 15:56:40下载
- 积分:1