Mercurial > hg > smallbox
comparison Problems/generateAMT_Learning_Problem.m @ 21:0211faef9add
(none)
author | idamnjanovic |
---|---|
date | Tue, 27 Apr 2010 13:31:44 +0000 |
parents | 207a6ae9a76f |
children | 8e660fd14774 |
comparison
equal
deleted
inserted
replaced
20:ce03373b3761 | 21:0211faef9add |
---|---|
1 function data = generateAMT_Learning_Problem(nfft, windowSize, overlap) | 1 function data = generateAMT_Learning_Problem(nfft, windowSize, overlap) |
2 %%% Generate Automatic Music Transcription Problem | 2 %%% Generate Automatic Music Transcription Problem |
3 % Ivan Damnjanovic 2010 | 3 % |
4 % Centre for Digital Music, Queen Mary, University of London. | |
5 % This file copyright 2009 Ivan Damnjanovic. | |
6 % | |
7 % This program is free software; you can redistribute it and/or | |
8 % modify it under the terms of the GNU General Public License as | |
9 % published by the Free Software Foundation; either version 2 of the | |
10 % License, or (at your option) any later version. See the file | |
11 % COPYING included with this distribution for more information. | |
4 % | 12 % |
5 % | 13 % |
6 % generateAMT_Learning_Problem is a part of the SMALLbox and generates | 14 % generateAMT_Learning_Problem is a part of the SMALLbox and generates |
7 % a problem that can be used for comparison of Dictionary Learning/Sparse | 15 % a problem that can be used for comparison of Dictionary Learning/Sparse |
8 % Representation techniques in automatic music transcription scenario. | 16 % Representation techniques in automatic music transcription scenario. |