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)
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)