• 大小: 23KB
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2021-01-04
  • 语言: Matlab
  • 标签:

资源简介

基追踪算法,含去噪matlab,可以直接作为库使用

资源截图

代码片段和文件信息

function [xyzinformPDitnsCGitnstime] = ...
    pdco( FnameAnamebblbud1d2optionsx0y0z0xsizezsize )

%-----------------------------------------------------------------------
% pdco.m: Primal-Dual Barrier Method for Convex objectives (23 Sep 2003)
%-----------------------------------------------------------------------
% [xyzinformPDitnsCGitnstime] = ...
%   pdco(FnameAnamebblbud1d2optionsx0y0z0xsizezsize);
%
% solves optimization problems of the form
%
%    minimize    phi(x) + 1/2 norm(D1*x)^2 + 1/2 norm(r)^2
%      xr
%    subject to  A*x + D2*r = b   bl <= x <= bu   r unconstrained
%
% where
%    phi(x) is a smooth convex function  defined by function Fname;
%    A      is an m x n matrix defined by matrix or function Aname;
%    b      is a given m

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     文件       54596  2006-07-30 14:13  pdco.m
     文件       10186  2006-07-30 14:13  pdcoSet.m
     文件        5655  2015-12-17 10:52  SolveBP.m

评论

共有 条评论

相关资源