comparison examples/AudioInpainting/Audio_Declipping_Example.m @ 154:0de08f68256b ivand_dev

ALPS toolbox - Algebraic Pursuit added to smallbox
author Ivan Damnjanovic lnx <ivan.damnjanovic@eecs.qmul.ac.uk>
date Fri, 12 Aug 2011 11:17:47 +0100
parents 31d2864dfdd4
children b14209313ba4
comparison
equal deleted inserted replaced
153:af307f247ac7 154:0de08f68256b
47 SMALL.solver(4) = SMALL_init_solver('ompbox', 'omp2Gabor', '', 0); 47 SMALL.solver(4) = SMALL_init_solver('ompbox', 'omp2Gabor', '', 0);
48 SMALL.solver(4).add_constraints = 1; 48 SMALL.solver(4).add_constraints = 1;
49 49
50 % Defining the Problem structure 50 % Defining the Problem structure
51 51
52 SMALL.Problem = generateAudioDeclippingProblem('male01_8kHz.wav', 0.6, 256, 0.5, @wRect, @wSine, @wRect, @Gabor_Dictionary, 2); 52 SMALL.Problem = generateAudioDeclippingProblem('', 0.6, 256, 0.5, @wRect, @wSine, @wRect, @Gabor_Dictionary, 2);
53 53
54 for idxSolver = 1:4 54 for idxSolver = 1:4
55 55
56 fprintf('\nStarting Audio Declipping of %s... \n', SMALL.Problem.name); 56 fprintf('\nStarting Audio Declipping of %s... \n', SMALL.Problem.name);
57 fprintf('\nClipping level %s... \n', SMALL.Problem.clippingLevel); 57 fprintf('\nClipping level %s... \n', SMALL.Problem.clippingLevel);