The frequency of sampling was waaay to long for the desired frequency. So I shortened the frequency until the proper frequency was achieved.

F0 = 13;
T0 = 1/F0;
Ts = .05*T0;
t = 0:Ts:13*T0;
x = real(exp(j*(2*pi*F0*t-pi/2)));
plot(t,x)

JAL Hw2a2 ECE301Fall2008mboutin.JPG

Alumni Liaison

Basic linear algebra uncovers and clarifies very important geometry and algebra.

Dr. Paul Garrett