Mercurial > hg > smallbox
comparison Problems/generateAudioDeclippingProblem.m @ 155:b14209313ba4 ivand_dev
Integration of Majorization Minimisation Dictionary Learning
author | Ivan Damnjanovic lnx <ivan.damnjanovic@eecs.qmul.ac.uk> |
---|---|
date | Mon, 22 Aug 2011 11:46:35 +0100 |
parents | 31d2864dfdd4 |
children | f42aa8bcb82f |
comparison
equal
deleted
inserted
replaced
154:0de08f68256b | 155:b14209313ba4 |
---|---|
101 data.wa = wa; | 101 data.wa = wa; |
102 data.wd = wd; | 102 data.wd = wd; |
103 | 103 |
104 data.fs = x.fs; | 104 data.fs = x.fs; |
105 data.nbits = x.nbits; | 105 data.nbits = x.nbits; |
106 | 106 data.Upper_Limit = max(solutiondata.XClean); |
107 [data.m, data.n] = size(x_clip); | 107 [data.m, data.n] = size(x_clip); |
108 data.p = windowSize*redundancyFactor; %number of dictionary elements | 108 data.p = windowSize*redundancyFactor; %number of dictionary elements |
109 | 109 |
110 cd(TMPpath); | 110 cd(TMPpath); |
111 | 111 |