comparison Problems/Pierre_Problem.m @ 21:0211faef9add

(none)
author idamnjanovic
date Tue, 27 Apr 2010 13:31:44 +0000
parents 207a6ae9a76f
children 78c1e71cd269
comparison
equal deleted inserted replaced
20:ce03373b3761 21:0211faef9add
1 function data=Pierre_Problem(src, trg, blocksize, dictsize); 1 function data=Pierre_Problem(src, trg, blocksize, dictsize);
2 %%% Generate Pierre Problem 2 %%% Generate Pierre Problem
3 % Ivan Damnjanovic 2010 3 %
4 % Centre for Digital Music, Queen Mary, University of London.
5 % This file copyright 2010 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 % Pierre_Problem is a part of the SMALLbox and generates the problem 13 % Pierre_Problem is a part of the SMALLbox and generates the problem
6 % suggested by Professor Pierre Vandergheynst on the SMALL meeting in 14 % suggested by Professor Pierre Vandergheynst on the SMALL meeting in
7 % Villars. 15 % Villars.
8 % The function takes as an input: 16 % The function takes as an input: