资源简介
此算法的代码是稀疏贝叶斯算法的实现代码,可以直接在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
- 上一篇:基于Matlab的FIR 数字滤波器设计
- 下一篇:zoeppritz方程
评论
共有 条评论