C C Set up the X and Y vectors of data: C DO 10 I=1,NDATA X(I)=REAL(I-1)*2.0*PI/REAL(NDATA-1) Y(I)=SIN(3.0*X(I))+SIN(X(I)) 10 CONTINUE