diff Problems/generateAudioDenoiseProblem.m @ 21:0211faef9add

(none)
author idamnjanovic
date Tue, 27 Apr 2010 13:31:44 +0000
parents 207a6ae9a76f
children 8e660fd14774
line wrap: on
line diff
--- a/Problems/generateAudioDenoiseProblem.m	Thu Apr 15 10:15:13 2010 +0000
+++ b/Problems/generateAudioDenoiseProblem.m	Tue Apr 27 13:31:44 2010 +0000
@@ -1,6 +1,15 @@
 function data=generateAudioDenoiseProblem(au, trainnum, blocksize, dictsize, overlap, sigma, gain, maxval, initdict);
-
-%   Ivan Damnjanovic 2010 
+%%% Audio Denoising Problem
+%
+%   Centre for Digital Music, Queen Mary, University of London.
+%   This file copyright 2010 Ivan Damnjanovic.
+%
+%   This program is free software; you can redistribute it and/or
+%   modify it under the terms of the GNU General Public License as
+%   published by the Free Software Foundation; either version 2 of the
+%   License, or (at your option) any later version.  See the file
+%   COPYING included with this distribution for more information.
+%   
 % 
 %
 %   generateAudioDenoiseProblem is part of the SMALLbox and generate a
@@ -13,12 +22,7 @@
 %       blocksize - 1D frame size (eg 512)
 %       dictsize - number of atoms to be trained
 %       overlap - ammount of overlaping frames between 0 and 1
-%   Ron Rubinstein
-%   Computer Science Department
-%   Technion, Haifa 32000 Israel
-%   ronrubin@cs
-%
-%   August 2009
+%   
 
 
 disp(' ');