diff util/SMALL_playAudio.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 fc395272d53e
children
line wrap: on
line diff
--- a/util/SMALL_playAudio.m	Wed May 25 15:30:34 2011 +0100
+++ b/util/SMALL_playAudio.m	Mon Jun 13 14:55:45 2011 +0100
@@ -1,5 +1,8 @@
 function SMALL_playAudio(SMALL)
-%%% 
+%%  Plays reconstructed and original signals
+%   Function gets as input SMALL structure and play the original and
+%   the reconstructed signal
+
 %
 %   Centre for Digital Music, Queen Mary, University of London.
 %   This file copyright 2009 Ivan Damnjanovic.
@@ -9,9 +12,8 @@
 %   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.
-%   
-%   Function gets as input SMALL structure and play the original and
-%   the reconstructed signal
+%%   
+
 
 
 SMALL.solver.reconstructed  = SMALL.Problem.reconstruct(SMALL.solver.solution);