-
rssi
接受rssi 模型的 matlab仿真(failed to translate)
- 2013-05-08 20:17:44下载
- 积分: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
-
kalman_intro
说明: 这个M代码是从一位学者的Python修改而来的
卡尔曼滤波算法对室内温度的估计。
下面是Python版本的注释:卡尔曼过滤器的Python示例演示(This M code is modified from Andrew D. Straw's Python
implementation of Kalman filter algorithm.
Below is the Python version's comments: Kalman filter example demo in Python)
- 2021-01-18 13:19:45下载
- 积分:1
-
hhtbianjipu
对信号进行希尔伯特黄变换,随后求边际谱,帮助理解希尔伯特黄变换(The signal Hilbert Huang Transform, and then seek marginal spectrum)
- 2015-01-27 19:57:43下载
- 积分:1
-
suanfa
说明: matlab利用遗传算法求解目标函数,包括适应度曲线(Matlab USES genetic algorithm to solve the objective function, including the fitness curve)
- 2020-12-04 15:29:25下载
- 积分:1
-
guangfu
光伏电池模型,参考西南交大硕士研究生学位论文搭建(Photovoltaic cell model, the reference of Southwest Jiaotong University Graduate Thesis structures)
- 2013-02-19 10:30:02下载
- 积分:1
-
CRF
应用条件随机场知识对图像进行分割,场景理解。(Application CRFs knowledge of image segmentation, scene understanding.)
- 2014-02-10 14:06:37下载
- 积分:1
-
uwb
说明: 两种生成uwb信号的方法PPM-TH,PAM-DS。(Two methods of generating signals of uwb.One is PPM-TH, the other is PAM-DS。)
- 2021-03-22 15:19:16下载
- 积分:1
-
windows_memcache_install
windows版memcache安装及应用(installation and application windows version memcache)
- 2013-09-20 13:50:56下载
- 积分:1
-
face
本程序是运用SVM来实现人脸识别算法,能直接运行且能进行二次开发(This procedure is to use SVM to implement face recognition algorithm that can run directly and can perform a secondary development)
- 2014-02-18 21:17:44下载
- 积分:1