You are on page 1of 1

F=1000;

Fs=10000;
n=0:100;
x=cos((2*pi*F*n)/Fs)
plot(n,x)

You might also like