comparison Problems/AudioDeclipping_reconstruct.m @ 178:4ea4badb2266 danieleb

added ramirez dl (to be completed) and MOCOD dictionary update
author Daniele Barchiesi <daniele.barchiesi@eecs.qmul.ac.uk>
date Thu, 17 Nov 2011 11:22:17 +0000
parents f42aa8bcb82f
children
comparison
equal deleted inserted replaced
177:714fa7b8c1ad 178:4ea4badb2266
1 function reconstructed=AudioDeclipping_reconstruct(y, Problem, SparseDict) 1 function reconstructed = AudioDeclipping_reconstruct(y, Problem)
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 declipped audio. 5 % in dictionary Problem.A to reconstruct declipped audio.
6 % The output structure has following fields:
7 % audioAllSamples - signal with all samples taken from reconstructed
8 % signal
9 % audioOnlyClipped - only clipped samples are reconstructed,
10 % others are taken from original signal
11 % snrAll - psnr of whole signal
12 % snrMiss - psnr of the reconstructed clipped samples
6 % 13 %
7 % [1] I. Damnjanovic, M. E. P. Davies, and M. P. Plumbley "SMALLbox - an 14 % [1] I. Damnjanovic, M. E. P. Davies, and M. P. Plumbley "SMALLbox - an
8 % evaluation framework for sparse representations and dictionary 15 % evaluation framework for sparse representations and dictionary
9 % learning algorithms," V. Vigneron et al. (Eds.): LVA/ICA 2010, 16 % learning algorithms," V. Vigneron et al. (Eds.): LVA/ICA 2010,
10 % Springer-Verlag, Berlin, Germany, LNCS 6365, pp. 418-425 17 % Springer-Verlag, Berlin, Germany, LNCS 6365, pp. 418-425