comparison util/SMALL_AudioDeNoiseResult.m @ 24:fc395272d53e

(none)
author idamnjanovic
date Tue, 27 Apr 2010 13:33:00 +0000
parents 33850553b702
children 8e660fd14774
comparison
equal deleted inserted replaced
23:636a2a3d7302 24:fc395272d53e
1 function SMALL_AudioDeNoiseResult(SMALL) 1 function SMALL_AudioDeNoiseResult(SMALL)
2 %
3 % Centre for Digital Music, Queen Mary, University of London.
4 % This file copyright 2009 Ivan Damnjanovic.
5 %
6 % This program is free software; you can redistribute it and/or
7 % modify it under the terms of the GNU General Public License as
8 % published by the Free Software Foundation; either version 2 of the
9 % License, or (at your option) any later version. See the file
10 % COPYING included with this distribution for more information.
11 %
2 12
3 fMain=figure('Name', sprintf('File %s (training set size- %d, sigma - %d)',SMALL.Problem.name, SMALL.Problem.n, SMALL.Problem.sigma)); 13 fMain=figure('Name', sprintf('File %s (training set size- %d, sigma - %d)',SMALL.Problem.name, SMALL.Problem.n, SMALL.Problem.sigma));
4 m=size(SMALL.solver,2); 14 m=size(SMALL.solver,2);
5 maxval=SMALL.Problem.maxval; 15 maxval=SMALL.Problem.maxval;
6 au=SMALL.Problem.Original; 16 au=SMALL.Problem.Original;