diff util/SMALL_playAudio.m @ 8:33850553b702

(none)
author idamnjanovic
date Mon, 22 Mar 2010 10:56:54 +0000
parents 7750624e0c73
children fc395272d53e
line wrap: on
line diff
--- a/util/SMALL_playAudio.m	Mon Mar 22 10:47:17 2010 +0000
+++ b/util/SMALL_playAudio.m	Mon Mar 22 10:56:54 2010 +0000
@@ -4,6 +4,7 @@
   % the reconstructed signal
 
 
+SMALL.solver.reconstructed  = SMALL.Problem.reconstruct(SMALL.solver.solution);
 ch='';
 while 1
     request = input('\nWhat do you want to hear? \n 1. Original signal \n 2. Mixed \n 3. Reconstructed signal \n 4. Quit player\n','s');