comparison Problems/AudioDeclipping_reconstruct.m @ 164:4205744092e6 release_1.9

Merge from branch "ivand_dev"
author Ivan Damnjanovic lnx <ivan.damnjanovic@eecs.qmul.ac.uk>
date Wed, 07 Sep 2011 14:17:30 +0100
parents f42aa8bcb82f
children
comparison
equal deleted inserted replaced
151:af5abc34a5e1 164:4205744092e6
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