-
MatlabToolbox1
matlab 应用数学工具箱的使用,包括概率统计、偏微分方程等。(matlab toolbox of applied mathematics, including probability and statistics, such as partial differential equations.)
- 2009-01-18 11:41:52下载
- 积分:1
-
main
梯度寻优,二阶模型的辨识,结果很准,工业控制热工传递曲线等(Gradient optimization, second-order model identification, the result is quasi-)
- 2009-11-15 12:46:41下载
- 积分:1
-
Matlab_sn
Matlab 编译文件的性能优化,对于初学者很有帮助(Matlab Compiler Performance Optimization document, useful for beginners)
- 2007-04-19 18:32:34下载
- 积分:1
-
2rc_per_wban
packet error rate computation when source wireless body area sensor node communicates to the destination coordinator through wireless link in presence of two relays
- 2012-12-28 20:31:26下载
- 积分:1
-
Subcarrier-allocation-algorithm
多用户OFDM系统中的联合子载波和功率分配算法参考文献(Joint subcarrier and power allocation algorithm in multi-user OFDM system)
- 2012-04-30 00:08:04下载
- 积分:1
-
lijiang
利用authorware制作的丽江旅游介绍,利用authorware的四种交互,对于初学者是一个较好的实用例子。(produced using authorware tourism on Lijiang, using authorware four interactive, for beginners is a good practical example.)
- 2007-05-12 18:38:03下载
- 积分:1
-
Conversor-Digital-Analogo
conversor digitalpara relojes de presision
- 2014-01-25 12:43:24下载
- 积分:1
-
06122479
smart grid document using electrical cars
- 2015-12-16 22:15:51下载
- 积分:1
-
sift-ChinesePaperByLowe
LOWE关于sift算法的经典文章的中文翻译以及源代码(LOWE sift algorithm classic article on the Chinese translation and source code)
- 2015-03-30 19:34:50下载
- 积分:1
-
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