Line 8: | Line 8: | ||
− | This is the same | + | This is the same function but its values have been taken in Discrete time. |
<pre> | <pre> | ||
t=0:1:25 | t=0:1:25 | ||
Line 16: | Line 16: | ||
[[Image:thing3_ECE301Fall2008mboutin.jpg]] | [[Image:thing3_ECE301Fall2008mboutin.jpg]] | ||
+ | |||
+ | This graph is fairly inaccurate due to the fact that the function cannot find good values to evaluate the system at. |
Revision as of 11:49, 12 September 2008
Periodic Function
I chose the function that Nicholas Browdues has used in the previous Homework 1 assignment as my reference signal. x(t)=sin(t) from 0 to 8*pi
This function is periodic as long as it is evaluated at values of 2*pi invtervals.
This is the same function but its values have been taken in Discrete time.
t=0:1:25 x=sin(t) plot(t, x, '-o')
This graph is fairly inaccurate due to the fact that the function cannot find good values to evaluate the system at.