comparison examples/AudioInpainting/Audio_Declipping_Example.m @ 159:23763c5fbda5 danieleb

Merge
author Daniele Barchiesi <daniele.barchiesi@eecs.qmul.ac.uk>
date Wed, 31 Aug 2011 10:43:32 +0100
parents b14209313ba4
children 8b3c71bb44eb
comparison
equal deleted inserted replaced
158:855aa3288394 159:23763c5fbda5
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('male01_8kHz', 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);