ksvd程序matlab,ksvd MATLAB代码

other.acadc16.svg

ksvd MATLAB代码

date.3402d68.svg 2016-08-23

download.d149a6d.svg 0

like.6b1b328.svg 0

collect.2156630.svg 0

暂无评分

classify.8d164f6.svg

其他

points_download.ebc3e32.svg 1

积分下载

question.bf77ac6.svg

如何获取积分?

function [D,Gamma,err,gerr] = ksvd(params,varargin)

%KSVD K-SVD dictionary training.

%  [D,GAMMA] = KSVD(PARAMS) runs the K-SVD dictionary training algorithm on

%  the specified set of signals, returning the trained dictionary D and the

%  signal representation matrix GAMMA.

%

%  KSVD has two modes of operation: sparsity-based and error-based. For

%  sparsity-based minimization, the optimization problem is given by

%

%      min  |X-D*GAMMA|_F^2      s.t.  |Gamma_i|_0 <= T

%    D,Gamma

%

%  where X is the set of training signals, Gamma_i is the i-th column of

%  Gamma, and T is the target sparsity. For error-based minimization, the

%  optimization problem is given by

%

%      min  |Gamma|_0      s.t.  |X_i - D*Gamma_i|_2 <= EPSILO

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值