Mercurial > hg > smallbox
comparison util/SMALL_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 | 62f20b91d870 |
children | b17f690df281 |
comparison
equal
deleted
inserted
replaced
126:db5a7fe1a404 | 128:8e660fd14774 |
---|---|
1 function SMALL_plot(SMALL) | 1 function SMALL_plot(SMALL) |
2 %%% Plots coefficients and reconstructed signals | 2 %% Plots coefficients and reconstructed signals |
3 % Function gets as input SMALL structure and plots the solution and | |
4 % reconstructed signal | |
5 | |
3 % | 6 % |
4 % Centre for Digital Music, Queen Mary, University of London. | 7 % Centre for Digital Music, Queen Mary, University of London. |
5 % This file copyright 2009 Ivan Damnjanovic. | 8 % This file copyright 2009 Ivan Damnjanovic. |
6 % | 9 % |
7 % This program is free software; you can redistribute it and/or | 10 % This program is free software; you can redistribute it and/or |
8 % modify it under the terms of the GNU General Public License as | 11 % modify it under the terms of the GNU General Public License as |
9 % published by the Free Software Foundation; either version 2 of the | 12 % published by the Free Software Foundation; either version 2 of the |
10 % License, or (at your option) any later version. See the file | 13 % License, or (at your option) any later version. See the file |
11 % COPYING included with this distribution for more information. | 14 % COPYING included with this distribution for more information. |
12 % | 15 %% |
13 % Function gets as input SMALL structure and plots the solution and | |
14 % reconstructed signal | |
15 | 16 |
16 figure; | 17 figure; |
17 | 18 |
18 m=size(SMALL.solver,2); | 19 m=size(SMALL.solver,2); |
19 n=size(SMALL.solver(1).reconstructed,2)+1; | 20 n=size(SMALL.solver(1).reconstructed,2)+1; |