comparison examples/AudioInpainting/Audio_Declipping_Example.m @ 220:0d30f9074dd9

Merge
author luisf <luis.figueira@eecs.qmul.ac.uk>
date Wed, 11 Apr 2012 15:56:39 +0100
parents 8b3c71bb44eb
children 1fbd28dfb99e
comparison
equal deleted inserted replaced
165:775caafd5651 220:0d30f9074dd9
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);