(part2)
 
Line 17: Line 17:
  
  
== matlab ==
+
[[Image:da_ECE301Fall2008mboutin.jpg]]
<pre>
+
 
x= [-10:0.01:10];
+
period = 5
y = x.^2;
+
plot(x,y);
+

Latest revision as of 20:45, 11 September 2008

part1

i used y = sin(t) in hw1

Kk ECE301Fall2008mboutin.jpg

sampling 0.1

Lk ECE301Fall2008mboutin.jpg


part2

$ y=x^2 $

Oo ECE301Fall2008mboutin.jpg


Da ECE301Fall2008mboutin.jpg

period = 5

Alumni Liaison

Questions/answers with a recent ECE grad

Ryne Rayburn