Mercurial > hg > smallbox
diff examples/SMALL_solver_test_Audio.m @ 25:cbf3521c25eb
(none)
author | idamnjanovic |
---|---|
date | Tue, 27 Apr 2010 13:33:13 +0000 |
parents | f44689e95ea4 |
children | 8e660fd14774 |
line wrap: on
line diff
--- a/examples/SMALL_solver_test_Audio.m Tue Apr 27 13:33:00 2010 +0000 +++ b/examples/SMALL_solver_test_Audio.m Tue Apr 27 13:33:13 2010 +0000 @@ -1,5 +1,15 @@ function SMALL_solver_test_Audio -% Example test of solvers on Sparco audio source separation problems +%%% Example test of solvers on Sparco audio source separation problems +% +% Centre for Digital Music, Queen Mary, University of London. +% This file copyright 2009 Ivan Damnjanovic. +% +% This program is free software; you can redistribute it and/or +% modify it under the terms of the GNU General Public License as +% published by the Free Software Foundation; either version 2 of the +% License, or (at your option) any later version. See the file +% COPYING included with this distribution for more information. +% % % The main purpose of this example is to show how to use SMALL structure % to solve SPARCO audio source3 separation problems (401-402) and to @@ -36,11 +46,7 @@ % reconstructed signal as well as mixed signal. % % -% Ivan Damnjanovic 2009% -% -% SPARCO Copyright 2008, Ewout van den Berg and Michael P. Friedlander -% http://www.cs.ubc.ca/labs/scl/sparco -% $Id: exGPSR.m 1040 2008-06-26 20:29:02Z ewout78 $ +%% fprintf('\n\nExample test of solvers on Sparco Audio problems (401,402).\n\n');