Mercurial > hg > smallbox
comparison examples/AudioInpainting/Audio_Declipping_Example.m @ 155:b14209313ba4 ivand_dev
Integration of Majorization Minimisation Dictionary Learning
author | Ivan Damnjanovic lnx <ivan.damnjanovic@eecs.qmul.ac.uk> |
---|---|
date | Mon, 22 Aug 2011 11:46:35 +0100 |
parents | 0de08f68256b |
children | 8b3c71bb44eb |
comparison
equal
deleted
inserted
replaced
154:0de08f68256b | 155:b14209313ba4 |
---|---|
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('', 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); |