Mercurial > hg > smallbox
comparison examples/SMALL_solver_test_Audio.m @ 25:cbf3521c25eb
(none)
author | idamnjanovic |
---|---|
date | Tue, 27 Apr 2010 13:33:13 +0000 |
parents | f44689e95ea4 |
children | 8e660fd14774 |
comparison
equal
deleted
inserted
replaced
24:fc395272d53e | 25:cbf3521c25eb |
---|---|
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 % | |
3 % | 13 % |
4 % The main purpose of this example is to show how to use SMALL structure | 14 % The main purpose of this example is to show how to use SMALL structure |
5 % to solve SPARCO audio source3 separation problems (401-402) and to | 15 % to solve SPARCO audio source3 separation problems (401-402) and to |
6 % compare results from different solvers. | 16 % compare results from different solvers. |
7 % To generate SMALL.Problem part of structure you can use generateProblem | 17 % To generate SMALL.Problem part of structure you can use generateProblem |
34 % sources against original audio sources. | 44 % sources against original audio sources. |
35 % SMALL_playAudio function plays audio sources of original and | 45 % SMALL_playAudio function plays audio sources of original and |
36 % reconstructed signal as well as mixed signal. | 46 % reconstructed signal as well as mixed signal. |
37 % | 47 % |
38 % | 48 % |
39 % Ivan Damnjanovic 2009% | 49 %% |
40 % | |
41 % SPARCO Copyright 2008, Ewout van den Berg and Michael P. Friedlander | |
42 % http://www.cs.ubc.ca/labs/scl/sparco | |
43 % $Id: exGPSR.m 1040 2008-06-26 20:29:02Z ewout78 $ | |
44 | 50 |
45 fprintf('\n\nExample test of solvers on Sparco Audio problems (401,402).\n\n'); | 51 fprintf('\n\nExample test of solvers on Sparco Audio problems (401,402).\n\n'); |
46 | 52 |
47 %% | 53 %% |
48 % Generate SPARCO problem | 54 % Generate SPARCO problem |