comparison examples/SMALL_solver_test_Audio.m @ 128:8e660fd14774 ivand_dev

Feature 186
author Ivan Damnjanovic lnx <ivan.damnjanovic@eecs.qmul.ac.uk>
date Mon, 13 Jun 2011 14:55:45 +0100
parents cbf3521c25eb
children 855025f4c779
comparison
equal deleted inserted replaced
126:db5a7fe1a404 128:8e660fd14774
1 function SMALL_solver_test_Audio 1 function SMALL_solver_test_Audio
2 %%% Example test of solvers on Sparco audio source separation problems 2 %% Example test of solvers on Sparco audio source separation problems
3 %
4 % Centre for Digital Music, Queen Mary, University of London.
5 % This file copyright 2009 Ivan Damnjanovic.
6 %
7 % This program is free software; you can redistribute it and/or
8 % modify it under the terms of the GNU General Public License as
9 % published by the Free Software Foundation; either version 2 of the
10 % License, or (at your option) any later version. See the file
11 % COPYING included with this distribution for more information.
12 %
13 % 3 %
14 % The main purpose of this example is to show how to use SMALL structure 4 % The main purpose of this example is to show how to use SMALL structure
15 % to solve SPARCO audio source3 separation problems (401-402) and to 5 % to solve SPARCO audio source3 separation problems (401-402) and to
16 % compare results from different solvers. 6 % compare results from different solvers.
17 % To generate SMALL.Problem part of structure you can use generateProblem 7 % To generate SMALL.Problem part of structure you can use generateProblem
42 % 32 %
43 % SMALL_plot function plots the SMALL.solver.solution and reconstructed 33 % SMALL_plot function plots the SMALL.solver.solution and reconstructed
44 % sources against original audio sources. 34 % sources against original audio sources.
45 % SMALL_playAudio function plays audio sources of original and 35 % SMALL_playAudio function plays audio sources of original and
46 % reconstructed signal as well as mixed signal. 36 % reconstructed signal as well as mixed signal.
47 % 37
48 % 38 %
39 % Centre for Digital Music, Queen Mary, University of London.
40 % This file copyright 2009 Ivan Damnjanovic.
41 %
42 % This program is free software; you can redistribute it and/or
43 % modify it under the terms of the GNU General Public License as
44 % published by the Free Software Foundation; either version 2 of the
45 % License, or (at your option) any later version. See the file
46 % COPYING included with this distribution for more information.
49 %% 47 %%
50 48
51 fprintf('\n\nExample test of solvers on Sparco Audio problems (401,402).\n\n'); 49 fprintf('\n\nExample test of solvers on Sparco Audio problems (401,402).\n\n');
52 50
53 %% 51 %%