Line 8: Line 8:
  
  
The way this function can be non periodic is if it is evaluated at integer values for a given t in a function.
+
This is the same
 
+
 
<pre>
 
<pre>
 
t=0:1:25
 
t=0:1:25
Line 17: Line 16:
  
 
[[Image:thing3_ECE301Fall2008mboutin.jpg]]
 
[[Image:thing3_ECE301Fall2008mboutin.jpg]]
 
 
HI IM JACK IN AN IDIOT!
 

Revision as of 12:46, 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. Thing2 ECE301Fall2008mboutin.jpg


This is the same

t=0:1:25
x=sin(t)
plot(t, x, '-o')

Thing3 ECE301Fall2008mboutin.jpg

Alumni Liaison

Abstract algebra continues the conceptual developments of linear algebra, on an even grander scale.

Dr. Paul Garrett