diff 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
line wrap: on
line diff
--- a/examples/SMALL_solver_test_Audio.m	Wed May 25 15:30:34 2011 +0100
+++ b/examples/SMALL_solver_test_Audio.m	Mon Jun 13 14:55:45 2011 +0100
@@ -1,15 +1,5 @@
 function SMALL_solver_test_Audio
-%%% 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.
-%   
+%%  Example test of solvers on Sparco audio source separation problems
 % 
 %   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 
@@ -44,8 +34,16 @@
 %   sources against original audio sources.
 %   SMALL_playAudio function plays audio sources of original and
 %   reconstructed signal as well as mixed signal.
-%   
-%   
+   
+%
+%   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.   
 %%
 
 fprintf('\n\nExample test of solvers on Sparco Audio problems (401,402).\n\n');