diff DL/two-step DL/SMALL_two_step_DL.m @ 167:8324c7ea6602 danieleb

Added symmetric de-correlation function, modified target de-correlation in test function.
author Daniele Barchiesi <daniele.barchiesi@eecs.qmul.ac.uk>
date Tue, 20 Sep 2011 14:27:14 +0100
parents 88578ec2f94a
children 290cca7d3469
line wrap: on
line diff
--- a/DL/two-step DL/SMALL_two_step_DL.m	Mon Sep 19 14:53:23 2011 +0100
+++ b/DL/two-step DL/SMALL_two_step_DL.m	Tue Sep 20 14:27:14 2011 +0100
@@ -116,7 +116,7 @@
     dico = normcols(dico);
         switch DL.param.decFcn
             case 'mailhe'
-                dico = dico_decorr(dico, mu, solver.solution);
+                dico = dico_decorr_symetric(dico, mu, solver.solution);
             case 'tropp'
                 [n m] = size(dico);
                 dico = grassmannian(n,m,[],[],[],dico,true);