GABLASSO LASSO regression in Gabor domain Usage: [tc,xrec] = gablasso(x,a,M,lambda,C,tol,maxit) GABLASSO has been deprecated. Please use FRANALASSO instead. A call to GABLASSO(x,g,a,M,lambda) can be replaced by : F=frame('dgt',[],g,a,M); tc=franalasso(F,lambda); Any additional parameters passed to GABLASSO can be passed to FRANALASSO in the same manner.
Url: http://ltfat.github.io/doc/deprecated/gablasso.html
See also: frame, franalasso.
Package: ltfat