• 大小: 8KB
    文件类型: .m
    金币: 2
    下载: 1 次
    发布日期: 2021-01-11
  • 语言: Matlab
  • 标签: SBL  FM算法  

资源简介

此算法的代码是稀疏贝叶斯算法的实现代码,可以直接在MATLAB中运行

资源截图

代码片段和文件信息

function Result = SBL_FM(PHIyvarargin)
%------------------------------------------------------------------
% Input for BSBL-FM:
%   PHI: projection matrix
%   y:   CS measurements
% [varargin values -- in most cases you can use the default values]
%   ‘VERBOSE‘    : debuging information.
%   ‘EPSILON‘    : convergence criterion
%
% ==============================  OUTPUTS ============================== 
%   Result : 
%      Result.x          : the estimated block sparse signal
%      Result.gamma_used : indexes of nonzero groups in the sparse signal
%      Result.gamma_est  : the gamma values of all the groups of the signal
%      Result.B          : the final mean value of each correlation block
%      Result.count      : iteration times
%      Result.lambda     : the fin

评论

共有 条评论