• 大小: 2KB
    文件类型: .m
    金币: 1
    下载: 0 次
    发布日期: 2023-02-28
  • 语言: Matlab
  • 标签: matlab  

资源简介

SBL 算 法 , 花 了 很 长 时 间 才 找 到 的 , 保 证 能 用

资源截图

代码片段和文件信息

function [s_hatCount]=SBL(Hythresh)
%Sparse Bayesian learning method by D.P. Wipf and B.D. Rao.
% References
%   [1]  D.P. Wipf and B.D. Rao 揝parse Bayesian learning for basis selection?
%       IEEE Trans. Signal Processing vol. 52 pp. 2153?164 Aug. 2004.
%   [2]  D.P. Wipf and B.D. Rao 揅omparing the effects of different weight distributions on finding sparse representations ?
%       in Advances in Neural Information Processing Systems Y. Weiss B. Scholkopf and J. Platt (Eds.) 
%       Cambridge MA: MIT Press vol. 18 2006 pp. 1521?528.

%Coded by Kun Qiu Aug. 2009
%Last updated Dec. 2009

%%%%%%%%%Function Specification%%%%%%%%%%%%%
%INPUT:
%H:                    the sensing matrix
%y:                     the measurement column vector
%thresh:      

评论

共有 条评论