function Xj=mezcla(S,a,tau,F) n=length(tau); for f=1:length(F) for k=1:n aux(k,:)=S(f,:,k); end Xj(f,:)=(a.*exp(-j*2*pi*F(f)*tau))*aux; end