(New page: ==Desired Code== <pre> F0=13; T0=1/F0; BigT=0.007; t=0:BigT:13*T0; x=real(exp(j*(2*pi*F0*t-pi/2))); plot(t,x) grid on </pre>)
 
(Desired Code)
Line 4: Line 4:
 
F0=13;
 
F0=13;
 
T0=1/F0;
 
T0=1/F0;
BigT=0.007;
+
Ts=0.07;
t=0:BigT:13*T0;
+
t=0:Ts:13*T0;
 
x=real(exp(j*(2*pi*F0*t-pi/2)));
 
x=real(exp(j*(2*pi*F0*t-pi/2)));
 
plot(t,x)
 
plot(t,x)
 
grid on
 
grid on
 
</pre>
 
</pre>
 +
Too large Step(Ts)

Revision as of 13:19, 12 September 2008

Desired Code

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

Too large Step(Ts)

Alumni Liaison

Sees the importance of signal filtering in medical imaging

Dhruv Lamba, BSEE2010