diff demo_batchProcessing.m @ 14:c3a002ed2815

adding more and more unit degradations with strong settings as degradations
author matthiasm
date Thu, 24 Oct 2013 20:40:56 +0100
parents 1a058eb51073
children 953196fbfc94
line wrap: on
line diff
--- a/demo_batchProcessing.m	Thu Oct 24 20:26:35 2013 +0100
+++ b/demo_batchProcessing.m	Thu Oct 24 20:40:56 2013 +0100
@@ -47,8 +47,11 @@
                     'smartPhoneRecording', ...
                     'strongMp3Compression', ...
                     'vinylRecording', ...
+                    'unit_addNoise', ...
                     'unit_addSound', ...
-                    'unit_addNoise'};
+                    'unit_applyAliasing', ...
+                    'unit_applyClippingAlternative', ...
+                    'unit_applyHarmonicDistortion'};
 nDegradation = length(degradationnames);
 
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%