好用的去噪声代码matlab
此源代码包包括用于Cauchy近端分割算法的MATLAB源代码。
这些Matlab函数实现了基于重尾柯西分布的,包含非凸罚函数的近端分裂方法。
提供了用于计算柯西先验的近端算子的函数,并且包括两个示例以说明如何使用实现相应柯西近端分裂(CPS)方法的基于前向(FB)的算法来执行成本函数优化。
这两个信号处理示例包括频域中的一维信号降噪和图像去模糊。
该软件包包括三个MATLAB脚本:
1)
CauchyProx :
The
MATLAB
function
that
performs
the
proximal
operator
operation
for
the
Cauchy
penalty
function.
2)
CPS_1D_denoising :
An
example
code
for
1D
signal
denoising
via
the
Cauchy
proximal
splitting
algorithm.
3)
CPS_2D_deblurring :
An
example
code
for
2D
image
deblurri