diff examples/Automatic Music Transcription/SMALL_AMT_KSVD_Sparsity_test.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 f42aa8bcb82f
line wrap: on
line diff
--- a/examples/Automatic Music Transcription/SMALL_AMT_KSVD_Sparsity_test.m	Wed May 25 15:30:34 2011 +0100
+++ b/examples/Automatic Music Transcription/SMALL_AMT_KSVD_Sparsity_test.m	Mon Jun 13 14:55:45 2011 +0100
@@ -1,14 +1,10 @@
-%%  DICTIONARY LEARNING FOR AUTOMATIC MUSIC TRANSCRIPTION EXAMPLE 1
+%%  Dictionary Learning for Automatic Music Transcription - KSVD sparsity
+%%  test
+%   
+%   *WARNING!* You should have SPAMS in your search path in order for this
+%   script to work.Due to licensing issues SPAMS can not be automatically 
+%   provided in SMALLbox (http://www.di.ens.fr/willow/SPAMS/downloads.html).
 %
-%   Centre for Digital Music, Queen Mary, University of London.
-%   This file copyright 2010 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.
-%   
 %   This file contains an example of how SMALLbox can be used to test diferent
 %   dictionary learning techniques in Automatic Music Transcription problem.
 %   It calls generateAMT_Learning_Problem that will let you to choose midi,
@@ -19,6 +15,16 @@
 %   Problem.p notes spectrograms from training set Problem.b using
 %   dictionary learning technique defined in DL structure.
 %
+
+%
+%   Centre for Digital Music, Queen Mary, University of London.
+%   This file copyright 2010 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.
 %%
 
 clear;