comparison examples/AudioInpainting/Audio_Declipping_Example.m @ 217:8b3c71bb44eb luisf_dev

Removed "clear all" from example scripts (subs by "clear" instead)
author luisf <luis.figueira@eecs.qmul.ac.uk>
date Thu, 22 Mar 2012 14:41:04 +0000
parents b14209313ba4
children 1fbd28dfb99e
comparison
equal deleted inserted replaced
216:a986ee86651e 217:8b3c71bb44eb
22 % License, or (at your option) any later version. See the file 22 % License, or (at your option) any later version. See the file
23 % COPYING included with this distribution for more information. 23 % COPYING included with this distribution for more information.
24 % 24 %
25 %% 25 %%
26 26
27 clear all; 27 clear;
28 % Defining the solvers to test in Audio declipping scenario 28 % Defining the solvers to test in Audio declipping scenario
29 29
30 % First solver omp2 - DCT+DST dictionary with no additional constraints 30 % First solver omp2 - DCT+DST dictionary with no additional constraints
31 31
32 SMALL.solver(1) = SMALL_init_solver('ompbox', 'omp2', '', 0); 32 SMALL.solver(1) = SMALL_init_solver('ompbox', 'omp2', '', 0);