agraph graphsize=5.0; xmin=-1.5; ymin=-3.5; xmax=30.5; height=160; // xscl=1; // plot( 2*sin(3*pi*x +3*sin(x) )+10 , 0, xmax, 800 ); tickLineX( [0,10], [30,10], "blue", 1 ); // Trägerfrequenz konstant: stroke="black"; plot( 2*sin(3*pi*x )+5 , 0, xmax, 800 ); tickLineX( [0,5], [xmax,5], "red", 1 ); line([ 4*pi,ymin], [4*pi,ymax]); endagraph
    - Frequenzmodulation - Bewegen Sie den Mauszeiger über das Diagramm -