comparison util/SMALL_AMT_plot.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
comparison
equal deleted inserted replaced
126:db5a7fe1a404 128:8e660fd14774
1 function figAMT=SMALL_AMT_plot(SMALL, AMT_res) 1 function figAMT=SMALL_AMT_plot(SMALL, AMT_res)
2 %% Function gets as input SMALL structure and plots AMT results
2 % 3 %
4
3 % Centre for Digital Music, Queen Mary, University of London. 5 % Centre for Digital Music, Queen Mary, University of London.
4 % This file copyright 2009 Ivan Damnjanovic. 6 % This file copyright 2009 Ivan Damnjanovic.
5 % 7 %
6 % This program is free software; you can redistribute it and/or 8 % This program is free software; you can redistribute it and/or
7 % modify it under the terms of the GNU General Public License as 9 % modify it under the terms of the GNU General Public License as
8 % published by the Free Software Foundation; either version 2 of the 10 % published by the Free Software Foundation; either version 2 of the
9 % License, or (at your option) any later version. See the file 11 % License, or (at your option) any later version. See the file
10 % COPYING included with this distribution for more information. 12 % COPYING included with this distribution for more information.
11 % 13 %
12 % Function gets as input SMALL structure and plots AMT 14
13 15
14 16
15 figAMT=figure('Name','Automatic Music Transcription'); 17 figAMT=figure('Name','Automatic Music Transcription');
16 18
17 m=size(AMT_res,2); 19 m=size(AMT_res,2);