ivan@130: function data=generateMyDummyProblem(varargin) ivan@130: %% Template function that can be used for the sparse problem specification ivan@130: % ivan@130: % The problem specification function should take training signals and ivan@130: % convert them to the matrix of training elements to be used for ivan@130: % dictionary learning. ivan@130: % ivan@130: % input arguments: ivan@130: % optional input parameters ivan@130: % ivan@130: % output arguments: ivan@130: % data - SPARCO compatible problem structure ivan@130: ivan@130: %% Change copyright notice as appropriate: ivan@130: % Centre for Digital Music, Queen Mary, University of London. ivan@161: % This file copyright 2011 Ivan Damnjanovic. ivan@130: % ivan@130: % This program is free software; you can redistribute it and/or ivan@130: % modify it under the terms of the GNU General Public License as ivan@130: % published by the Free Software Foundation; either version 2 of the ivan@130: % License, or (at your option) any later version. See the file ivan@130: % COPYING included with this distribution for more information. ivan@130: %%