(New page: == Original MATLAB code == After running the original program through MATLAB, the following plot was producted:)
 
(Original MATLAB code)
Line 1: Line 1:
 
== Original MATLAB code ==
 
== Original MATLAB code ==
After running the original program through MATLAB, the following plot was producted:
+
After running the given MATLAB code, the following plot was produced:
 +
 
 +
[[Image:Orig plot_ECE301Fall2008mboutin.png]]
 +
 
 +
As seen above, the picture does not resemble a 13Hz sinusoidal wave repeated 13 times.  The function that was suppose to be plotted by the code should be
 +
 
 +
<math>\,x(t)=Re[e^{j(2\pi F_{o}t-\frac{pi}{2})}]\,</math>
 +
 
 +
<math>\,x(t)=Re[cos(2\pi F_{o}t-\frac{pi}{2})+jsin(2\pi F_{o}t-\frac{pi}{2})]\,</math>
 +
 
 +
<math>\,x(t)=cos(2\pi F_{o}t-\frac{pi}{2})\,</math>
 +
 
 +
which appears to be correct.  However, the sampling period <math>T_{s}=0.07</math> only provides 14 points on the graph, which appears to be not enough.  If we increase the number of sampling points by a factor of 10 (with a new value <math>T_{s}=0.007</math>), the following plot is produced:
 +
 
 +
[[Image:Jkubasci Fixed plot_ECE301Fall2008mboutin.png]]

Revision as of 17:47, 11 September 2008

Original MATLAB code

After running the given MATLAB code, the following plot was produced:

Orig plot ECE301Fall2008mboutin.png

As seen above, the picture does not resemble a 13Hz sinusoidal wave repeated 13 times. The function that was suppose to be plotted by the code should be

$ \,x(t)=Re[e^{j(2\pi F_{o}t-\frac{pi}{2})}]\, $

$ \,x(t)=Re[cos(2\pi F_{o}t-\frac{pi}{2})+jsin(2\pi F_{o}t-\frac{pi}{2})]\, $

$ \,x(t)=cos(2\pi F_{o}t-\frac{pi}{2})\, $

which appears to be correct. However, the sampling period $ T_{s}=0.07 $ only provides 14 points on the graph, which appears to be not enough. If we increase the number of sampling points by a factor of 10 (with a new value $ T_{s}=0.007 $), the following plot is produced:

Jkubasci Fixed plot ECE301Fall2008mboutin.png

Alumni Liaison

Meet a recent graduate heading to Sweden for a Postdoctorate.

Christine Berkesch