comparison util/SMALL_plot.m @ 24:fc395272d53e

(none)
author idamnjanovic
date Tue, 27 Apr 2010 13:33:00 +0000
parents 33850553b702
children 6521a7c2b93c
comparison
equal deleted inserted replaced
23:636a2a3d7302 24:fc395272d53e
1 function SMALL_plot(SMALL) 1 function SMALL_plot(SMALL)
2 % Ivan Damnjanovic 2009 2 %%% Plots coefficients and reconstructed signals
3 % Function gets as input SMALL structure and plots the solution and 3 %
4 % reconstructed signal 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.
12 %
13 % Function gets as input SMALL structure and plots the solution and
14 % reconstructed signal
5 15
6 figure; 16 figure;
7 17
8 m=size(SMALL.solver,2); 18 m=size(SMALL.solver,2);
9 n=size(SMALL.solver(1).reconstructed,2)+1; 19 n=size(SMALL.solver(1).reconstructed,2)+1;