next up previous contents
Next: estimatevars.m Up: Some Changes in the Previous: covnan.m

feedback.m

In the feedback phase, the partial derivatives are modified as in equation (8).
noisevar = normalvar(noiseparam);

nsampl = size(data, 2);
nsources = size(sources, 1);

% the inverses of the variances
datavars = (1 ./ noisevar) * ones(1, nsampl);
observedvars = datavars - missing .* datavars;



Tapani Raiko
2001-09-26