-
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
-
M4816
Outpot of Simulation OFDM
- 2014-10-21 16:55:18下载
- 积分:1
-
Quadratic-Programming
二次规划的matlab程序,希望对初学者有用( Quadratic Programming
)
- 2014-01-08 10:36:43下载
- 积分:1
-
自适应反步控制一类 机电耦合混沌系统
自适应反步控制一类vanderpol-duffing机电耦合混沌系统,(AdaptiveBacksteppingControlofaNonlinearElectromechanicalSystemwithUnknownParameters)
- 2010-12-23 00:46:32下载
- 积分:1
-
tensor
说明: 张量代数,张量分析以及张量应用的简单介绍(tensor )
- 2011-03-01 17:41:21下载
- 积分:1
-
smt_solve
SMT算法的求解器程序,用来计算光纤模式等,十分好用(The program is used to calculate the fiber mode. )
- 2012-05-02 21:35:18下载
- 积分:1
-
MS
均值漂移算法 MeanShift Matlab 可以运行
- 2013-07-10 20:04:06下载
- 积分:1
-
dynamicphasoranalysis
在matlab simulink中建立动态相量分析模块,并对信号进行动态相量分析,验证其有效性(the dynamic phasor analysis module is built at matlab simulink, a signal s dynamic phasor is analized to test this module)
- 2020-11-18 09:09:39下载
- 积分:1
-
m-file
apply mid filter to image and compare with another filter in image processing
- 2012-01-22 05:28:52下载
- 积分:1
-
NEW-MATLAB-Dynamic-Programming
利用matlab语言,采用动态规划算法解决机器设备的调度问题,运行速度快,运行结果完美。(analyzes the allocation of resources in dynamic programming with Matlab , and conducts
procedure designs and computation with Matlab , simplifying complex issues and avoiding the cumbersome
calculations to make more convenient solutions to problems .)
- 2015-10-05 08:37:57下载
- 积分:1