-
exact_alm_rpca
RPCA (Robust Principal Component Analysis)是目前用于矩阵填充、图像去噪的最有效的优化方法。该代码是求解RPCA的一种数值算法——Exact ALM(Exact Augmented Lagrange Multiplier)(The most basic form of the exact ALM function is [A, E] = exact_alm_rpca(D, λ), and that of the inexact ALM function is [A, E] = inexact_alm_rpca(D, λ), where D is a real matrix and λ is a positive real number. We solve the RPCA problem using the method of augmented Lagrange multipliers. The method converges Q-linearly to the optimal solution. The exact ALM algorithm is simple to implement, each iteration involves computing a partial SVD of a matrix the size of D, and converges to the true solution in a small number of iterations. The algorithm can be further speeded up by using a fast continuation technique, thereby yielding the inexact ALM algorithm.)
- 2010-11-02 14:03:12下载
- 积分:1
-
two_joint_workspace
利用matlab的simulink进行两杆的工作空间仿真(workspace simulation using matlab)
- 2013-08-13 11:03:30下载
- 积分:1
-
drive_4wd_dynamics
四轮驱动的混合动力车辆仿真的Simulink模型,(Simulink Model for HEV)
- 2009-12-26 09:27:21下载
- 积分:1
-
200801-434
SC-FDMA中信道编码性能研究,付费论文。。。(SC-FDMA Performance of Channel Coding, paid papers. . .)
- 2011-01-07 16:11:13下载
- 积分:1
-
2DCOS
用于计算二维相关光谱,P为同步二维相关光谱,Q为异步二维相关光谱;
% data为m*n的光谱m为波长点数,n为样品数;(Two dimensional correlation spectroscopy)
- 2021-04-19 15:18:51下载
- 积分:1
-
codingmatlab
一个详尽的算术编码的matlab仿真程序。
(In this program set, two types of arithmetic coding has been implemented.
1) Arithmetic Coding with Scaling
To implement this method 4 programs has been used in the set. The programs are
a) arithscale.m
b) probmodel.m
c) arithscalecod.m
d) arithscaledecod.m
To test the program two text files are given with names seq.txt and seq1.txt.
1) Integer Arithmetic Coding
To implement this method 4 programs has been used in the set. The programs are
a) arithint.m
b) countmodel.m
c) arithintcod.m
d) arithintdecod.m
To test the program two text files are given with names seq.txt and seq1.txt.
)
- 2010-07-14 04:01:09下载
- 积分:1
-
p10_10__1
带电粒子在非匀强磁场中运动时,画出其轨迹图形(Charged particle moving in an inhomogeneous magnetic field when the draw its trajectory graphics)
- 2012-07-20 10:28:07下载
- 积分:1
-
SAA-code
模拟退火算法程序原码以及算法程序,是用MATLAB编辑好的m文件(Simulated annealing algorithm program source code and algorithm program is a good m file in MATLAB Editor)
- 2012-08-06 21:24:57下载
- 积分:1
-
TSP.matlab
基于遗传算法解决TSP问题,matlab,可以实现(Based on the genetic algorithm to solve TSP problem)
- 2014-12-14 17:15:25下载
- 积分:1
-
G-P
在求混沌参数中所需要用到的GP算法,求关联维数的程序。(Seeking chaotic parameter needed GP algorithm, find the correlation dimension of the program.)
- 2012-10-06 15:03:52下载
- 积分:1