資源簡(jiǎn)介
此算法的代碼是稀疏貝葉斯算法的實(shí)現(xiàn)代碼,可以直接在MATLAB中運(yùn)行
代碼片段和文件信息
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
評(píng)論
共有 條評(píng)論