clear f1=1000; w1=2*pi*f1; f2=234000; w2=2*pi*f2; taux=0.5; t=0:1e-6:3e-3; subplot(2,1,1) plot(t,cos(w2*t)); hold on plot(t,cos(w1*t),'r'); subplot(2,1,2) plot(t,(1+taux*cos(w1*t)).*cos(w2*t)); ylabel('1+0,5*cos(w1*t)).*cos(w2*t)')