comparison Problems/AudioDeclipping_reconstruct.m @ 140:31d2864dfdd4 ivand_dev

Audio Impainting additional constraints with cvx added
author Ivan Damnjanovic lnx <ivan.damnjanovic@eecs.qmul.ac.uk>
date Mon, 25 Jul 2011 17:27:05 +0100
parents 1334d2302dd9
children f42aa8bcb82f
comparison
equal deleted inserted replaced
139:4bd6856a7128 140:31d2864dfdd4
1 function reconstructed=AudioDeclipping_reconstruct(y, Problem, SparseDict) 1 function reconstructed=AudioDeclipping_reconstruct(y, Problem, SparseDict)
2 %% Audio declipping Problem reconstruction function 2 %% Audio declipping Problem reconstruction function
3 % 3 %
4 % This reconstruction function is using sparse representation y 4 % This reconstruction function is using sparse representation y
5 % in dictionary Problem.A to reconstruct the patches of the denoised 5 % in dictionary Problem.A to reconstruct declipped audio.
6 % image. 6 %
7 % [1] I. Damnjanovic, M. E. P. Davies, and M. P. Plumbley "SMALLbox - an
8 % evaluation framework for sparse representations and dictionary
9 % learning algorithms," V. Vigneron et al. (Eds.): LVA/ICA 2010,
10 % Springer-Verlag, Berlin, Germany, LNCS 6365, pp. 418-425
11 % [2] A. Adler, V. Emiya, M. G. Jafari, M. Elad, R. Gribonval, and M. D.
12 % Plumbley, “Audio Inpainting,” submitted to IEEE Trans. Audio, Speech,
13 % and Lang. Proc., 2011, http://hal.inria.fr/inria-00577079/en/.
7 14
8 % 15 %
9 % Centre for Digital Music, Queen Mary, University of London. 16 % Centre for Digital Music, Queen Mary, University of London.
10 % This file copyright 2009 Ivan Damnjanovic. 17 % This file copyright 2009 Ivan Damnjanovic.
11 % 18 %