Mercurial > hg > smallbox
comparison Problems/generateMyDummyProblem.m @ 130:037bb7da3703 ivand_dev
changing names of two functions to be consistent with others
author | Ivan Damnjanovic lnx <ivan.damnjanovic@eecs.qmul.ac.uk> |
---|---|
date | Mon, 13 Jun 2011 15:04:06 +0100 |
parents | |
children | f42aa8bcb82f |
comparison
equal
deleted
inserted
replaced
128:8e660fd14774 | 130:037bb7da3703 |
---|---|
1 function data=generateMyDummyProblem(varargin) | |
2 %% Template function that can be used for the sparse problem specification | |
3 % | |
4 % The problem specification function should take training signals and | |
5 % convert them to the matrix of training elements to be used for | |
6 % dictionary learning. | |
7 % | |
8 % input arguments: | |
9 % optional input parameters | |
10 % | |
11 % output arguments: | |
12 % data - SPARCO compatible problem structure | |
13 | |
14 %% Change copyright notice as appropriate: | |
15 % Centre for Digital Music, Queen Mary, University of London. | |
16 % This file copyright 2009 Ivan Damnjanovic. | |
17 % | |
18 % This program is free software; you can redistribute it and/or | |
19 % modify it under the terms of the GNU General Public License as | |
20 % published by the Free Software Foundation; either version 2 of the | |
21 % License, or (at your option) any later version. See the file | |
22 % COPYING included with this distribution for more information. | |
23 %% |