During the decomposition process, for the first pair, Y(:,1) = X * wt1. As the iteration proceeds to the second pair, Y(:,2) = (X - Driving1) * wt2. So, why is it that after the final decomposition, Y = What.' * X; Z = Vhat.' * X; without taking into account the removal of the driving signal from X during the process?