Revision as of 15:12, 12 September 2008 by Hartmand (Talk)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

%David Hartmann

%ECE 301 HW2A

clear all

clc


Ts=0.0005;

x=[-5*pi:Ts:5*pi];

y=sin(x)-cos(2*x);

plot(x,y)

grid on

axis([-10 10 -1.25 2])

Alumni Liaison

Ph.D. 2007, working on developing cool imaging technologies for digital cameras, camera phones, and video surveillance cameras.

Buyue Zhang