diff examples/Automatic Music Transcription/SMALL_AMT_KSVD_Sparsity_test.m @ 164:4205744092e6 release_1.9

Merge from branch "ivand_dev"
author Ivan Damnjanovic lnx <ivan.damnjanovic@eecs.qmul.ac.uk>
date Wed, 07 Sep 2011 14:17:30 +0100
parents f42aa8bcb82f
children 9c418bea7f6a
line wrap: on
line diff
--- a/examples/Automatic Music Transcription/SMALL_AMT_KSVD_Sparsity_test.m	Tue Jul 26 16:02:59 2011 +0100
+++ b/examples/Automatic Music Transcription/SMALL_AMT_KSVD_Sparsity_test.m	Wed Sep 07 14:17:30 2011 +0100
@@ -33,7 +33,7 @@
 % Defining Automatic Transcription of Piano tune as Dictionary Learning
 % Problem
 
-SMALL.Problem = generateAMT_Learning_Problem();
+SMALL.Problem = generateAMTProblem();
 
 TPmax=0;
 
@@ -73,7 +73,7 @@
     %   solver structures)
     
     SMALL.Problem.A = SMALL.DL(i).D;
-    SMALL.Problem.reconstruct = @(x) SMALL_midiGenerate(x, SMALL.Problem);
+    SMALL.Problem.reconstruct = @(x) AMT_reconstruct(x, SMALL.Problem);
     
     %%
     %   Initialising solver structure